patch-2.3.38 linux/include/linux/errqueue.h
Next file: linux/include/linux/fb.h
Previous file: linux/include/linux/dcache.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Fri Jan 7 15:31:50 2000
- Orig file:
v2.3.37/linux/include/linux/errqueue.h
- Orig date:
Mon Apr 26 12:19:37 1999
diff -u --recursive --new-file v2.3.37/linux/include/linux/errqueue.h linux/include/linux/errqueue.h
@@ -1,8 +1,6 @@
#ifndef _LINUX_ERRQUEUE_H
#define _LINUX_ERRQUEUE_H 1
-#include <linux/config.h>
-
struct sock_extended_err
{
__u32 ee_errno;
@@ -22,6 +20,9 @@
#define SO_EE_OFFENDER(ee) ((struct sockaddr*)((ee)+1))
#ifdef __KERNEL__
+
+#include <linux/config.h>
+
#define SKB_EXT_ERR(skb) ((struct sock_exterr_skb *) ((skb)->cb))
struct sock_exterr_skb
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)