diff -r 000000000000 -r 068428edee47 coe.c --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/coe.c Fri Oct 19 14:06:22 2007 +0200 @@ -0,0 +1,8 @@ +#include +#include "coe.h" + +int coe(fd) +int fd; +{ + return fcntl(fd,F_SETFD,1); +}