correct bpf types
authorderaadt <deraadt@openbsd.org>
Tue, 7 May 1996 05:55:50 +0000 (05:55 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 7 May 1996 05:55:50 +0000 (05:55 +0000)
lib/libpcap/pcap.h

index c93285f..af7e3ce 100644 (file)
@@ -1,5 +1,5 @@
-/*     $OpenBSD: pcap.h,v 1.3 1996/03/04 15:47:29 mickey Exp $ */
-/*     $NetBSD: pcap.h,v 1.2 1995/03/06 11:39:07 mycroft Exp $ */
+/*     $OpenBSD: pcap.h,v 1.4 1996/05/07 05:55:50 deraadt Exp $        */
+/*     $NetBSD: pcap.h,v 1.3 1996/05/02 00:18:28 cgd Exp $     */
 
 /*
  * Copyright (c) 1993, 1994
@@ -56,8 +56,8 @@
  * predates the bpf typedefs for 64-bit support.
  */
 #if BPF_RELEASE - 0 < 199406
-typedef        long bpf_int32;
-typedef        u_long bpf_u_int32;
+typedef        int32_t bpf_int32;
+typedef        u_int32_t bpf_u_int32;
 #endif
 
 typedef struct pcap pcap_t;