diff options
author | obrien <obrien@FreeBSD.org> | 2000-09-01 08:47:14 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-09-01 08:47:14 +0000 |
commit | a4f6a02cf88f84396f5e699e255a1e1235df2726 (patch) | |
tree | a0b3ce4e6c2b441c445a66bf8104da5bb7d9a588 /sys/dev/streams | |
parent | 7b92468572254ae0bb5df114c3f196fa31c458a0 (diff) | |
download | FreeBSD-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.c | 12 |
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 *)); |