mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c8927aa4ac
been renamed to _KERNEL. Keep KERNEL so that the port still works on -stable. Brokenness spotted by: kris
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
--- kdump.c.orig Sat Oct 9 19:57:45 1999
|
|
+++ kdump.c Sun Jan 9 11:19:14 2000
|
|
@@ -46,8 +46,10 @@
|
|
#endif /* not lint */
|
|
|
|
#define KERNEL
|
|
+#define _KERNEL
|
|
extern int errno;
|
|
#include <sys/errno.h>
|
|
+#undef _KERNEL
|
|
#undef KERNEL
|
|
#include <sys/param.h>
|
|
#include <sys/errno.h>
|