summaryrefslogtreecommitdiffstats
path: root/sail/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'sail/extern.h')
-rw-r--r--sail/extern.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/sail/extern.h b/sail/extern.h
index 987e2a1f..a7b68357 100644
--- a/sail/extern.h
+++ b/sail/extern.h
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.h,v 1.21 2001/01/04 02:43:32 jwise Exp $ */
+/* $NetBSD: extern.h,v 1.22 2001/01/04 03:51:24 jwise Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -35,17 +35,10 @@
* @(#)externs.h 8.1 (Berkeley) 5/31/93
*/
-#include <stdio.h>
-#include <signal.h>
-#include <string.h>
-#include <ctype.h>
-#include <setjmp.h>
-#include <sys/types.h>
#include "machdep.h"
/* program mode */
extern int mode;
-extern jmp_buf restart;
#define MODE_PLAYER 1
#define MODE_DRIVER 2
#define MODE_LOGGER 3