make are of a whole number of missing system call names; interesting fix
authorderaadt <deraadt@openbsd.org>
Thu, 6 Feb 1997 13:46:36 +0000 (13:46 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 6 Feb 1997 13:46:36 +0000 (13:46 +0000)
from ghelmer@freebsd.org

usr.bin/kdump/kdump.c

index d3af78f..1ac7c6b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: kdump.c,v 1.6 1997/01/30 08:16:45 deraadt Exp $       */
+/*     $OpenBSD: kdump.c,v 1.7 1997/02/06 13:46:36 deraadt Exp $       */
 
 /*-
  * Copyright (c) 1988, 1993
@@ -43,7 +43,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.6 1997/01/30 08:16:45 deraadt Exp $";
+static char *rcsid = "$OpenBSD: kdump.c,v 1.7 1997/02/06 13:46:36 deraadt Exp $";
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -84,6 +84,13 @@ struct ktr_header ktr_header;
 #include "../../sys/compat/ultrix/ultrix_syscall.h"
 
 #define KTRACE
+#define NFSCLIENT
+#define NFSSERVER
+#define SYSVSEM
+#define SYSVMSG
+#define SYSVSHM
+#define LFS
+#define NTP
 #include "../../sys/kern/syscalls.c"
 
 #include "../../sys/compat/hpux/hpux_syscalls.c"
@@ -94,6 +101,13 @@ struct ktr_header ktr_header;
 #include "../../sys/compat/svr4/svr4_syscalls.c"
 #include "../../sys/compat/ultrix/ultrix_syscalls.c"
 #undef KTRACE
+#undef NFSCLIENT
+#undef NFSSERVER
+#undef SYSVSEM
+#undef SYSVMSG
+#undef SYSVSHM
+#undef LFS
+#undef NTP
 
 struct emulation {
        char *name;             /* Emulation name */