diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 05:07:58 +0000 |
| commit | c447342094276b4d604449bb776063c7b88c4992 (patch) | |
| tree | ef56d86971063bc4ba98e49e723dab1d7ebf8a56 /usr.bin/kdump | |
| parent | 664a31e4967a61ec61870f45adc2f1400617993e (diff) | |
Notes
Diffstat (limited to 'usr.bin/kdump')
| -rw-r--r-- | usr.bin/kdump/kdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 7fad0f3f7eea..34d2bb67027c 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -45,10 +45,10 @@ static const char rcsid[] = "$FreeBSD$"; #endif /* not lint */ -#define KERNEL +#define _KERNEL extern int errno; #include <sys/errno.h> -#undef KERNEL +#undef _KERNEL #include <sys/param.h> #include <sys/errno.h> #include <sys/time.h> |
