diff options
author | 2015-10-03 21:47:40 +0000 | |
---|---|---|
committer | 2015-10-03 21:47:40 +0000 | |
commit | 30f34d4b0357b5b6a5b59459bc4d5d11fe52dad2 (patch) | |
tree | f1c950a66b9b769b935fd08ccd1ee24713ed2c48 | |
parent | you can't edit stdin in place. check for this before the hack that (diff) | |
download | wireguard-openbsd-30f34d4b0357b5b6a5b59459bc4d5d11fe52dad2.tar.xz wireguard-openbsd-30f34d4b0357b5b6a5b59459bc4d5d11fe52dad2.zip |
option LFS is dead, but we missed option ACCOUNTING here
-rw-r--r-- | usr.bin/kdump/kdump.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index 349b0727cf8..c0a03c8af39 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.109 2015/10/03 09:12:39 zhuk Exp $ */ +/* $OpenBSD: kdump.c,v 1.110 2015/10/03 21:47:40 guenther Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -90,7 +90,7 @@ pid_t pid_opt = -1; #define SYSVSEM #define SYSVMSG #define SYSVSHM -#define LFS +#define ACCOUNTING #include <kern/syscalls.c> #include <compat/linux/linux_syscalls.c> @@ -101,7 +101,7 @@ pid_t pid_opt = -1; #undef SYSVSEM #undef SYSVMSG #undef SYSVSHM -#undef LFS +#undef ACCOUNTING struct emulation { char *name; /* Emulation name */ |