diff options
author | 2005-12-20 07:37:21 +0000 | |
---|---|---|
committer | 2005-12-20 07:37:21 +0000 | |
commit | d4eca88b164b76b245566a8e10800023dd7c029d (patch) | |
tree | ca169e04bcfd619fc7f0a59d37b1dc09b0a0eab8 | |
parent | Since we are allowed to rely on the fact that the pcb is the first element (diff) | |
download | wireguard-openbsd-d4eca88b164b76b245566a8e10800023dd7c029d.tar.xz wireguard-openbsd-d4eca88b164b76b245566a8e10800023dd7c029d.zip |
No need to define UFS_EXTATTR anymore.
-rw-r--r-- | usr.bin/kdump/kdump.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/kdump/kdump.c b/usr.bin/kdump/kdump.c index b430b023656..27639b4e7c2 100644 --- a/usr.bin/kdump/kdump.c +++ b/usr.bin/kdump/kdump.c @@ -1,4 +1,4 @@ -/* $OpenBSD: kdump.c,v 1.28 2005/09/10 21:06:21 deraadt Exp $ */ +/* $OpenBSD: kdump.c,v 1.29 2005/12/20 07:37:21 miod Exp $ */ /*- * Copyright (c) 1988, 1993 @@ -39,7 +39,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)kdump.c 8.4 (Berkeley) 4/28/95"; #endif -static char *rcsid = "$OpenBSD: kdump.c,v 1.28 2005/09/10 21:06:21 deraadt Exp $"; +static char *rcsid = "$OpenBSD: kdump.c,v 1.29 2005/12/20 07:37:21 miod Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -95,7 +95,6 @@ pid_t pid = -1; #define SYSVMSG #define SYSVSHM #define LFS -#define UFS_EXTATTR #include <kern/syscalls.c> #include <compat/bsdos/bsdos_syscalls.c> @@ -118,7 +117,6 @@ pid_t pid = -1; #undef SYSVMSG #undef SYSVSHM #undef LFS -#undef UFS_EXTATTR struct emulation { char *name; /* Emulation name */ |