Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Remove vsio.h.



details:   https://anonhg.NetBSD.org/src/rev/820bf0acc39a
branches:  trunk
changeset: 486781:820bf0acc39a
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sun May 28 19:42:31 2000 +0000

description:
Remove vsio.h.

diffstat:

 sys/sys/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4b7ed6afa818 -r 820bf0acc39a sys/sys/Makefile
--- a/sys/sys/Makefile  Sun May 28 19:42:01 2000 +0000
+++ b/sys/sys/Makefile  Sun May 28 19:42:31 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.19 2000/01/11 10:53:01 kleink Exp $
+#      $NetBSD: Makefile,v 1.20 2000/05/28 19:42:31 ragge Exp $
 
 KDIR=  /sys/sys
 INCSDIR= /usr/include/sys
@@ -20,7 +20,7 @@
        tablet.h termios.h time.h timeb.h timepps.h times.h timex.h \
        tprintf.h trace.h tty.h ttychars.h ttycom.h ttydefaults.h ttydev.h \
        types.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h \
-       vadvise.h vmmeter.h vnode.h vnode_if.h vsio.h wait.h
+       vadvise.h vmmeter.h vnode.h vnode_if.h wait.h
 
 SYMLINKS= sys/exec_elf.h /usr/include/elf.h \
        sys/fcntl.h /usr/include/fcntl.h \



Home | Main Index | Thread Index | Old Index