summaryrefslogtreecommitdiffstats
path: root/sys/sys/exec.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
committerpeter <peter@FreeBSD.org>1999-04-17 08:36:07 +0000
commitb5e9563d84590b94d1127eb1bb14343674e119e1 (patch)
tree2e1c84a0a84b35eb08454dc1781eea919d024769 /sys/sys/exec.h
parentea1e34d0c957e00ae335d21b817cb316bfafa43e (diff)
downloadFreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.zip
FreeBSD-src-b5e9563d84590b94d1127eb1bb14343674e119e1.tar.gz
Well folks, this is it - The second stage of the removal for build support
for LKM's..
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 d8216ca..ef643ec 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
OpenPOWER on IntegriCloud