From 69aec538b456402170dc723af417ba5c05389c32 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 4 Feb 2013 00:08:53 +0100 Subject: qmail 1.03 import --- coe.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 coe.c (limited to 'coe.c') diff --git a/coe.c b/coe.c new file mode 100644 index 0000000..d855158 --- /dev/null +++ b/coe.c @@ -0,0 +1,8 @@ +#include +#include "coe.h" + +int coe(fd) +int fd; +{ + return fcntl(fd,F_SETFD,1); +} -- cgit v1.2.3