dect
/
libpcap
Archived
13
0
Fork 0

Put in a comment on an #endif, as the #else has one.

This commit is contained in:
guy 2002-08-02 05:11:13 +00:00
parent 8bdbca52ed
commit f66b87464f
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
*/
#ifndef lint
static const char rcsid[] =
"@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.74 2002-08-02 03:44:20 guy Exp $ (LBL)";
"@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.75 2002-08-02 05:11:13 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@ -35,7 +35,7 @@ static const char rcsid[] =
#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#endif
#endif /* WIN32 */
#include <stdlib.h>