summaryrefslogtreecommitdiffstats
path: root/sbin/routed/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/routed/trace.c')
-rw-r--r--sbin/routed/trace.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/sbin/routed/trace.c b/sbin/routed/trace.c
index 28c65f3..e632cc2 100644
--- a/sbin/routed/trace.c
+++ b/sbin/routed/trace.c
@@ -31,21 +31,20 @@
* SUCH DAMAGE.
*/
-#if !defined(lint) && !defined(sgi) && !defined(__NetBSD__)
+#ifndef lint
+#if 0
static char sccsid[] = "@(#)trace.c 8.1 (Berkeley) 6/5/93";
-#elif defined(__NetBSD__)
-static char rcsid[] = "$NetBSD$";
#endif
-#ident "$Revision: 1.17 $"
+static const char rcsid[] =
+ "$Id$";
+#endif /* not lint */
#define RIPCMDS
#include "defs.h"
#include "pathnames.h"
#include <sys/stat.h>
-#include <sys/signal.h>
#include <fcntl.h>
-
#ifdef sgi
/* use *stat64 for files on large filesystems */
#define stat stat64
OpenPOWER on IntegriCloud