depmaker
[tridge/junkcode.git] / sockaddr.c
1 #include <sys/types.h>
2 #include <sys/wait.h>
3 #include <sys/stat.h>
4 #include <sys/mman.h>
5 #include <sys/socket.h>
6 #include <sys/un.h>
7 #include <sys/ioctl.h>
8
9
10 main()
11 {
12         printf("%d\n", sizeof(struct sockaddr_un));
13 }