kernel reorg
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 15 Jan 1991 10:02:58 +0000 (02:02 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 15 Jan 1991 10:02:58 +0000 (02:02 -0800)
SCCS-vsn: usr.bin/showmount/Makefile 6.3
SCCS-vsn: sbin/fsck/Makefile 5.16
SCCS-vsn: lib/libc/gen/Makefile.inc 5.12
SCCS-vsn: lib/libc/tahoe/gen/ldexp.s 5.3
SCCS-vsn: usr.bin/uucp/uucico/tio.c 4.10
SCCS-vsn: usr.sbin/mkproto/Makefile 5.4
SCCS-vsn: usr.sbin/pstat/Makefile 5.4
SCCS-vsn: usr.sbin/quot/Makefile 5.5
SCCS-vsn: usr.bin/vmstat/Makefile 5.5
SCCS-vsn: usr.bin/w/Makefile 5.5
SCCS-vsn: usr.bin/systat/Makefile 5.8
SCCS-vsn: usr.bin/systat/disks.c 5.6
SCCS-vsn: usr.sbin/edquota/Makefile 5.4
SCCS-vsn: usr.sbin/quotaon/Makefile 5.4
SCCS-vsn: usr.sbin/repquota/Makefile 5.4
SCCS-vsn: usr.sbin/iostat/Makefile 5.5
SCCS-vsn: usr.sbin/iostat/iostat.c 4.18

17 files changed:
usr/src/lib/libc/gen/Makefile.inc
usr/src/lib/libc/tahoe/gen/ldexp.s
usr/src/sbin/fsck/Makefile
usr/src/usr.bin/showmount/Makefile
usr/src/usr.bin/systat/Makefile
usr/src/usr.bin/systat/disks.c
usr/src/usr.bin/uucp/uucico/tio.c
usr/src/usr.bin/vmstat/Makefile
usr/src/usr.bin/w/Makefile
usr/src/usr.sbin/edquota/Makefile
usr/src/usr.sbin/iostat/Makefile
usr/src/usr.sbin/iostat/iostat.c
usr/src/usr.sbin/mkproto/Makefile
usr/src/usr.sbin/pstat/Makefile
usr/src/usr.sbin/quot/Makefile
usr/src/usr.sbin/quotaon/Makefile
usr/src/usr.sbin/repquota/Makefile

index 2b3b63a..fe1630e 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile.inc        5.11 (Berkeley) %G%
+#      @(#)Makefile.inc        5.12 (Berkeley) %G%
 
 # gen sources
 .PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp
 
 # gen sources
 .PATH: ${.CURDIR}/${MACHINE}/gen ${.CURDIR}/gen ${.CURDIR}/gen/regexp
@@ -31,6 +31,7 @@ SRCS+=        _setjmp.s alloca.s fabs.s frexp.c insque.c ldexp.c modf.s remque.c \
        setjmp.s
 SRCS+= divsi3.s fixdfsi.s fixunsdfsi.s udivsi3.s
 .elif (${MACHINE} == "tahoe")
        setjmp.s
 SRCS+= divsi3.s fixdfsi.s fixunsdfsi.s udivsi3.s
 .elif (${MACHINE} == "tahoe")
+CFLAGS+=-I/sys
 SRCS+= _setjmp.s alloca.s fabs.s frexp.c insque.s ldexp.s modf.s remque.s \
        setjmp.s
 SRCS+= udiv.s urem.s
 SRCS+= _setjmp.s alloca.s fabs.s frexp.c insque.s ldexp.s modf.s remque.s \
        setjmp.s
 SRCS+= udiv.s urem.s
index b1b0c20..4ba7f23 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-       .asciz "@(#)ldexp.s     5.2 (Berkeley) %G%"
+       .asciz "@(#)ldexp.s     5.3 (Berkeley) %G%"
 #endif /* LIBC_SCCS and not lint */
 
 /*
 #endif /* LIBC_SCCS and not lint */
 
 /*
@@ -35,7 +35,7 @@
  * #include <errno.h>
  */
 #define        ERANGE  34
  * #include <errno.h>
  */
 #define        ERANGE  34
-#include <tahoemath/fp.h>
+#include <tahoe/math/fp.h>
 
 #include "DEFS.h"
 
 
 #include "DEFS.h"
 
index a1aca96..f3e2689 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.15 (Berkeley) %G%
+#      @(#)Makefile    5.16 (Berkeley) %G%
 
 PROG=  fsck
 MAN8=  fsck.0
 
 PROG=  fsck
 MAN8=  fsck.0
index c57db86..1cc6ed2 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    6.2 (Berkeley) %G%
+#      @(#)Makefile    6.3 (Berkeley) %G%
 
 PROG=  showmount
 DPADD= ${LIBRPC}
 
 PROG=  showmount
 DPADD= ${LIBRPC}
index 28c753d..a4632b3 100644 (file)
@@ -1,6 +1,7 @@
-#      @(#)Makefile    5.7 (Berkeley) %G%
+#      @(#)Makefile    5.8 (Berkeley) %G%
 
 PROG=  systat
 
 PROG=  systat
+CFLAGS+=-I/sys
 SRCS=  cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \
        mbufs.c netcmds.c netstat.c pigs.c swap.c
 LDADD= -lcurses -ltermcap -lm -lutil
 SRCS=  cmds.c cmdtab.c disks.c fetch.c iostat.c keyboard.c vmstat.c main.c \
        mbufs.c netcmds.c netstat.c pigs.c swap.c
 LDADD= -lcurses -ltermcap -lm -lutil
index dec6119..7d34102 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)disks.c    5.5 (Berkeley) %G%";
+static char sccsid[] = "@(#)disks.c    5.6 (Berkeley) %G%";
 #endif not lint
 
 #include "systat.h"
 #endif not lint
 
 #include "systat.h"
@@ -189,7 +189,7 @@ read_names()
 #endif
 
 #ifdef tahoe
 #endif
 
 #ifdef tahoe
-#include <tahoevba/vbavar.h>
+#include <tahoe/vba/vbavar.h>
 
 /*
  * Read the drive names out of kmem.
 
 /*
  * Read the drive names out of kmem.
index d74f81f..cfdb26b 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)tio.c      4.    (Berkeley) %G%";
+static char sccsid[] = "@(#)tio.c      4.10    (Berkeley) %G%";
 #endif
 
 #endif
 
-#include <signal.h>
+#include <sys/param.h>
+#include <sys/signal.h>
+#include <sys/stat.h>
 #include "uucp.h"
 #include <setjmp.h>
 #include "uucp.h"
 #include <setjmp.h>
-#include <sys/stat.h>
-#include <machine/machparam.h>
 
 extern int pkfail();
 #define TPACKSIZE      512
 
 extern int pkfail();
 #define TPACKSIZE      512
index 33e327d..75fef4e 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 
 PROG=  vmstat
 BINGRP=        kmem
 
 PROG=  vmstat
 BINGRP=        kmem
index 2de139e..6175d35 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 
 PROG=  w
 SRCS=  w.c attime.c proc_compare.c
 
 PROG=  w
 SRCS=  w.c attime.c proc_compare.c
index dcdec15..61e2125 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 
 PROG=  edquota
 MAN8=  edquota.0
 
 PROG=  edquota
 MAN8=  edquota.0
index daccb9e..a142aaa 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 
 PROG=  iostat
 MAN8=  iostat.0
 
 PROG=  iostat
 MAN8=  iostat.0
index 98d655f..eaf3264 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef lint
 #ifndef lint
-static char *sccsid = "@(#)iostat.c    4.17 (Berkeley) 89/05/29";
+static char *sccsid = "@(#)iostat.c    4.18 (Berkeley) 91/01/14";
 #endif
 
 /*
 #endif
 
 /*
@@ -329,7 +329,7 @@ read_names()
 #endif
 
 #ifdef tahoe
 #endif
 
 #ifdef tahoe
-#include <tahoevba/vbavar.h>
+#include <tahoe/vba/vbavar.h>
 
 /*
  * Read the drive names out of kmem.
 
 /*
  * Read the drive names out of kmem.
index 0820056..6387cf2 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 
 PROG=  mkproto
 MAN8=  mkproto.0
 
 PROG=  mkproto
 MAN8=  mkproto.0
index c3ccdab..1515976 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 
 PROG=  pstat
 SRCS=  pstat.c devname.c
 
 PROG=  pstat
 SRCS=  pstat.c devname.c
index b69622f..0b79a38 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.4 (Berkeley) %G%
+#      @(#)Makefile    5.5 (Berkeley) %G%
 
 PROG=  quot
 DPADD= ${LIBUTIL}
 
 PROG=  quot
 DPADD= ${LIBUTIL}
index d68d1c5..0f2ec1f 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 
 PROG=  quotaon
 MAN8=  quotaon.0
 
 PROG=  quotaon
 MAN8=  quotaon.0
index 308bf39..d78f546 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    5.3 (Berkeley) %G%
+#      @(#)Makefile    5.4 (Berkeley) %G%
 
 PROG=  repquota
 MAN8=  repquota.0
 
 PROG=  repquota
 MAN8=  repquota.0