diff options
author | marcel <marcel@FreeBSD.org> | 2003-04-04 02:12:56 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2003-04-04 02:12:56 +0000 |
commit | 578041b6e27115c86e4d35a8c9030e1527f958db (patch) | |
tree | 89e4d2f546e96b570ed1ba1a96c60c2bfe7f1e21 | |
parent | cc09a6b3db8ebe6b51241fc5a7229c4b9cad0385 (diff) | |
download | FreeBSD-src-578041b6e27115c86e4d35a8c9030e1527f958db.zip FreeBSD-src-578041b6e27115c86e4d35a8c9030e1527f958db.tar.gz |
Remove `#ifndef lint' left behind after previous change.
-rw-r--r-- | sys/boot/ia64/ski/conf.c | 1 | ||||
-rw-r--r-- | sys/boot/ia64/skiload/conf.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/boot/ia64/ski/conf.c b/sys/boot/ia64/ski/conf.c index 3fe58f8..5066a77 100644 --- a/sys/boot/ia64/ski/conf.c +++ b/sys/boot/ia64/ski/conf.c @@ -33,7 +33,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#ifndef lint #include <stand.h> diff --git a/sys/boot/ia64/skiload/conf.c b/sys/boot/ia64/skiload/conf.c index 3fe58f8..5066a77 100644 --- a/sys/boot/ia64/skiload/conf.c +++ b/sys/boot/ia64/skiload/conf.c @@ -33,7 +33,6 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); -#ifndef lint #include <stand.h> |