Module Name: src
Committed By: matt
Date: Sat Aug 15 23:46:03 UTC 2009
Modified Files:
src/sys/sys: exec.h
Log Message:
Don't include <sys/exec_aout.h>. Let those who want it explicitly include it.
To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/sys/exec.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/exec.h
diff -u src/sys/sys/exec.h:1.126 src/sys/sys/exec.h:1.127
--- src/sys/sys/exec.h:1.126 Wed Nov 19 18:36:10 2008
+++ src/sys/sys/exec.h Sat Aug 15 23:46:02 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: exec.h,v 1.126 2008/11/19 18:36:10 ad Exp $ */
+/* $NetBSD: exec.h,v 1.127 2009/08/15 23:46:02 matt Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -277,6 +277,4 @@
#endif /* _KERNEL */
-#include <sys/exec_aout.h>
-
#endif /* !_SYS_EXEC_H_ */