aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2000-09-01 08:47:14 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2000-09-01 08:47:14 +0000
commit1c7f976dec25337d2374747be0522cef14f2cc46 (patch)
treed69e1567e6423e81a709287d4e25dbfe4edde93f /sys
parentf25c4efcd0ad886913e7091f10d550053d7f1413 (diff)
downloadsrc-1c7f976dec25337d2374747be0522cef14f2cc46.tar.gz
src-1c7f976dec25337d2374747be0522cef14f2cc46.zip
Cleanup after repo copy of sys/svr4 to sys/compat/svr4.
Notes
Notes: svn path=/head/; revision=65314
Diffstat (limited to 'sys')
-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 c0f6f1cbb56d..b7da7eef762f 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 *));