[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1409318406-5217-1-git-send-email-sdumitru@ixiacom.com>
Date: Fri, 29 Aug 2014 16:20:06 +0300
From: Sorin Dumitru <sorin@...urnze.ro>
To: linux-man@...r.kernel.org
Cc: mtk.manpages@...il.com, netdev@...r.kernel.org, sorin@...urnze.ro
Subject: [PATCH] packet.7: fix include file
It looks like most of the socket options from this man pages
are not defined in <netpacket/packet.h>. They are defined in
<linux/if_packet.h> so we should include that one.
Signed-off-by: Sorin Dumitru <sdumitru@...acom.com>
---
man7/packet.7 | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/man7/packet.7 b/man7/packet.7
index 57cd3ca..7b6f20d 100644
--- a/man7/packet.7
+++ b/man7/packet.7
@@ -16,7 +16,7 @@ packet \- packet interface on device level
.nf
.B #include <sys/socket.h>
.br
-.B #include <netpacket/packet.h>
+.B #include <linux/if_packet.h>
.br
.B #include <net/ethernet.h> /* the L2 protocols */
.sp
@@ -535,18 +535,6 @@ is a new feature in Linux 2.2.
Earlier Linux versions supported only
.BR SOCK_PACKET .
.PP
-The include file
-.I <netpacket/packet.h>
-is present since glibc 2.1.
-Older systems need:
-.sp
-.in +4n
-.nf
-#include <asm/types.h>
-#include <linux/if_packet.h>
-#include <linux/if_ether.h> /* The L2 protocols */
-.fi
-.in
.SH NOTES
For portable programs it is suggested to use
.B AF_PACKET
--
2.0.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists