summaryrefslogtreecommitdiff
path: root/usr.bin/kdump/kdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/kdump/kdump.c')
-rw-r--r--usr.bin/kdump/kdump.c6
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 */