patch-1.3.71 linux/include/linux/un.h
Next file: linux/include/net/af_unix.h
Previous file: linux/include/linux/tqueue.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Mar 4 09:16:40 1996
- Orig file:
v1.3.70/linux/include/linux/un.h
- Orig date:
Fri Jun 17 07:53:56 1994
diff -u --recursive --new-file v1.3.70/linux/include/linux/un.h linux/include/linux/un.h
@@ -8,4 +8,11 @@
char sun_path[UNIX_PATH_MAX]; /* pathname */
};
+struct cmsghdr {
+ unsigned int cmsg_len;
+ int cmsg_level;
+ int cmsg_type;
+ unsigned char cmsg_data[0];
+};
+
#endif /* _LINUX_UN_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this