diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2015-10-03 21:47:41 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2015-10-03 21:47:41 +0000 |
commit | 989f0d33fc32b4069f29d7d0fc1ead3c28052f4d (patch) | |
tree | c0e6f0ec6b3f0bcf92a6ab7d21c25340dc9a5f41 /usr.bin/kdump | |
parent | ee8b414bc40619821338e696eee76244dc7c8696 (diff) |
option LFS is dead, but we missed option ACCOUNTING here
Diffstat (limited to 'usr.bin/kdump')
-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 */ |