]> The Tcpdump Group git mirrors - libpcap/commitdiff
Fix a typo in a comment.
authorguy <guy>
Sun, 3 Feb 2002 23:03:42 +0000 (23:03 +0000)
committerguy <guy>
Sun, 3 Feb 2002 23:03:42 +0000 (23:03 +0000)
pcap-linux.c

index baa06e7276482a266cae8754a160bf0c9497128f..7cee19523437adbd8e443f021dca3f3717a2b7b2 100644 (file)
@@ -26,7 +26,7 @@
  */
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.74 2002-02-03 23:02:07 guy Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/libpcap/pcap-linux.c,v 1.75 2002-02-03 23:03:42 guy Exp $ (LBL)";
 #endif
 
 /*
@@ -980,7 +980,7 @@ static void map_arphrd_to_dlt(pcap_t *handle, int arptype)
                break;
 
 #ifndef ARPHRD_HDLC
-#define ARPHRD_HDLC 513        /* From Linux 2.2.213 */
+#define ARPHRD_HDLC 513        /* From Linux 2.2.13 */
 #endif
        case ARPHRD_HDLC:
                handle->linktype = DLT_C_HDLC;