]> The Tcpdump Group git mirrors - tcpdump/blobdiff - setsignal.c
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / setsignal.c
index a8d893253ddf6a2575298c35f8b46aa017ba0dd4..a4b59cefe1bb562200e8a70af0caa1a723308fb9 100644 (file)
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef lint
+static const char rcsid[] _U_ =
+    "@(#) $Header: /tcpdump/master/tcpdump/setsignal.c,v 1.11 2003-11-16 09:36:42 guy Exp $ (LBL)";
+#endif
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 
 #include <tcpdump-stdinc.h>
 
-
-#include "interface.h"
-
-#ifndef lint
-static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/setsignal.c,v 1.10 2003-11-15 00:39:45 guy Exp $ (LBL)";
-#endif
-
 #include <signal.h>
 #ifdef HAVE_SIGACTION
 #include <string.h>