X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/f8a76d1d7613b5c4708e8ed8cfbdd19906672bba..09b51d326c38ea8e10ce4da09c09d50e08c5aeb8:/pcap-dos.h?ds=sidebyside diff --git a/pcap-dos.h b/pcap-dos.h index f4744378..bf47fb51 100644 --- a/pcap-dos.h +++ b/pcap-dos.h @@ -1,8 +1,6 @@ /* * Internal details for libpcap on DOS. * 32-bit targets: djgpp, Pharlap or DOS4GW. - * - * @(#) $Header: /tcpdump/master/libpcap/pcap-dos.h,v 1.1 2004-12-18 08:52:10 guy Exp $ (LBL) */ #ifndef __PCAP_DOS_H @@ -216,7 +214,7 @@ extern void _w32_os_yield (void); /* Watt-32's misc.c */ #define PCAP_ASSERT(x) ((void)0) #else - void pcap_assert (const char *what, const char *file, unsigned line); + void pcap_assert (const char *what, const char *file, unsigned line); #define PCAP_ASSERT(x) do { \ if (!(x)) \