summaryrefslogtreecommitdiffstats
path: root/sys/dev/streams
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-09-01 08:47:14 +0000
committerobrien <obrien@FreeBSD.org>2000-09-01 08:47:14 +0000
commita4f6a02cf88f84396f5e699e255a1e1235df2726 (patch)
treea0b3ce4e6c2b441c445a66bf8104da5bb7d9a588 /sys/dev/streams
parent7b92468572254ae0bb5df114c3f196fa31c458a0 (diff)
downloadFreeBSD-src-a4f6a02cf88f84396f5e699e255a1e1235df2726.zip
FreeBSD-src-a4f6a02cf88f84396f5e699e255a1e1235df2726.tar.gz
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
Diffstat (limited to 'sys/dev/streams')
-rw-r--r--sys/dev/streams/streams.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index c0f6f1c..b7da7ee 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -54,12 +54,12 @@
#include <sys/sysproto.h>
-#include <svr4/svr4_types.h>
-#include <svr4/svr4_util.h>
-#include <svr4/svr4_signal.h>
-#include <svr4/svr4_ioctl.h>
-#include <svr4/svr4_stropts.h>
-#include <svr4/svr4_socket.h>
+#include <compat/svr4/svr4_types.h>
+#include <compat/svr4/svr4_util.h>
+#include <compat/svr4/svr4_signal.h>
+#include <compat/svr4/svr4_ioctl.h>
+#include <compat/svr4/svr4_stropts.h>
+#include <compat/svr4/svr4_socket.h>
static int svr4_soo_close __P((struct file *, struct proc *));
static int svr4_ptm_alloc __P((struct proc *));
OpenPOWER on IntegriCloud