aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/exec.h
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
commite91896117bba50d067048e99659fd015b35322e9 (patch)
tree75f9524a6f9013302b340beb1e1732968909291a /sys/sys/exec.h
parent6637b74945e98e818d4bbb7f163ce680761b31e8 (diff)
downloadsrc-e91896117bba50d067048e99659fd015b35322e9.tar.gz
src-e91896117bba50d067048e99659fd015b35322e9.zip
Notes
Diffstat (limited to 'sys/sys/exec.h')
-rw-r--r--sys/sys/exec.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/exec.h b/sys/sys/exec.h
index d8216ca2d585..ef643ec89ea7 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: exec.h,v 1.22 1999/01/29 06:47:53 dillon Exp $
+ * $Id: exec.h,v 1.23 1999/01/29 08:36:45 dillon Exp $
*/
#ifndef _SYS_EXEC_H_
@@ -81,8 +81,6 @@ void exec_unmap_first_page __P((struct image_params *));
int exec_register __P((const struct execsw *));
int exec_unregister __P((const struct execsw *));
-#ifndef LKM
-
/*
* note: name##_mod cannot be const storage because the
* linker_file_sysinit() function modifies _file in the
@@ -121,6 +119,5 @@ int exec_unregister __P((const struct execsw *));
}; \
DECLARE_MODULE(name, name ## _mod, SI_SUB_EXEC, SI_ORDER_ANY)
#endif
-#endif
#endif