chiark / gitweb /
Upstream qmail 1.01
[qmail] / coe.c
CommitLineData
2117e02e
MW
1#include <fcntl.h>
2#include "coe.h"
3
4int coe(fd)
5int fd;
6{
7 return fcntl(fd,F_SETFD,1);
8}