chiark / gitweb /
debian/rules: Use `git' potty wrapper.
[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}