diff options
Diffstat (limited to 'sys/sys/exec.h')
-rw-r--r-- | sys/sys/exec.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h index 97543c2aab34..d98095128bf7 100644 --- a/sys/sys/exec.h +++ b/sys/sys/exec.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * @(#)exec.h 8.3 (Berkeley) 1/21/94 - * $Id$ + * $Id: exec.h,v 1.15 1997/02/22 09:45:11 peter Exp $ */ #ifndef _SYS_EXEC_H_ @@ -71,11 +71,6 @@ struct execsw { const char *ex_name; }; -#ifdef KERNEL -extern const struct execsw **execsw; - -#endif - #include <machine/exec.h> #endif |