Remove patch from last night's commit, forgot to remove it on that commit

Noticed by:	rob@cyberpunkz.org
This commit is contained in:
David W. Chapman Jr. 2001-12-25 05:16:18 +00:00
parent a0a0357e5b
commit 6a66f53a9b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52146

View File

@ -1,14 +0,0 @@
--- src/freebsd.c.orig Tue Jan 18 02:37:19 2000
+++ src/freebsd.c Sun May 21 03:50:57 2000
@@ -22,8 +22,10 @@
#include <sys/queue.h>
#include <sys/uio.h>
#include <sys/socketvar.h>
-#define KERNEL
+#define KERNEL /* FreeBSD 3.4 */
+#define _KERNEL /* FreeBSD 4.0 */
#include <sys/file.h>
+#undef _KERNEL
#undef KERNEL
#include <sys/user.h>
#include <sys/filedesc.h>