chiark
/
gitweb
/
~mdw
/
qmail
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
[PATCH] qmqpc: Read servers from the command line.
[qmail]
/
trysalen.c
1
#include <sys/types.h>
2
#include <sys/param.h>
3
#include <sys/time.h>
4
#include <sys/ioctl.h>
5
#include <sys/socket.h>
6
7
void foo()
8
{
9
struct sockaddr sa;
10
sa.sa_len = 0;
11
}