chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'mdw/bounce-msgid'
[qmail]
/
coe.c
1
#include <fcntl.h>
2
#include "coe.h"
3
4
int coe(fd)
5
int fd;
6
{
7
return fcntl(fd,F_SETFD,1);
8
}