diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 00:08:53 +0100 |
| commit | 69aec538b456402170dc723af417ba5c05389c32 (patch) | |
| tree | e6f34c543f17c6392447ea337b2e2868212424d1 /trysalen.c | |
| download | qmail-69aec538b456402170dc723af417ba5c05389c32.tar.gz qmail-69aec538b456402170dc723af417ba5c05389c32.tar.bz2 qmail-69aec538b456402170dc723af417ba5c05389c32.zip | |
qmail 1.03 import
Diffstat (limited to 'trysalen.c')
| -rw-r--r-- | trysalen.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/trysalen.c b/trysalen.c new file mode 100644 index 0000000..731a109 --- /dev/null +++ b/trysalen.c | |||
| @@ -0,0 +1,11 @@ | |||
| 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 | } | ||
