update location of include files
authorBill Joy <root@ucbvax.Berkeley.EDU>
Fri, 16 Mar 1990 11:54:18 +0000 (03:54 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Fri, 16 Mar 1990 11:54:18 +0000 (03:54 -0800)
SCCS-vsn: sys/stand.att/ls.c 7.6
SCCS-vsn: sys/stand.att/printn.c 7.2
SCCS-vsn: sys/stand.att/getfile.c 7.3
SCCS-vsn: sys/stand.att/dev.c 7.5

usr/src/sys/stand.att/dev.c
usr/src/sys/stand.att/getfile.c
usr/src/sys/stand.att/ls.c
usr/src/sys/stand.att/printn.c

index 0988f5a..fbaf499 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)dev.c       7.4 (Berkeley) %G%
+ *     @(#)dev.c       7.5 (Berkeley) %G%
  */
 
  */
 
-#include "param.h"
-#include "inode.h"
-#include "fs.h"
+#include "sys/param.h"
+#include "sys/time.h"
+#include "sys/vnode.h"
+#include "ufs/inode.h"
+#include "ufs/fs.h"
 #include "saio.h"
 
 /*
 #include "saio.h"
 
 /*
index 802dab8..c8d75fe 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)getfile.c   7.2 (Berkeley) %G%
+ *     @(#)getfile.c   7.3 (Berkeley) %G%
  */
 
  */
 
-#include "param.h"
-#include "inode.h"
-#include "fs.h"
+#include "sys/param.h"
+#include "sys/time.h"
+#include "sys/vnode.h"
+#include "ufs/inode.h"
+#include "ufs/fs.h"
 #include "saio.h"
 
 getfile(prompt, mode)
 #include "saio.h"
 
 getfile(prompt, mode)
index efe9e1f..7c7d89d 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)ls.c        7.5 (Berkeley) %G%
+ *     @(#)ls.c        7.6 (Berkeley) %G%
  */
 
  */
 
-#include "param.h"
-#include "inode.h"
-#include "dir.h"
-#include "fs.h"
+#include "sys/param.h"
+#include "sys/time.h"
+#include "sys/vnode.h"
+#include "ufs/inode.h"
+#include "ufs/fs.h"
+#include "ufs/dir.h"
 #include "saio.h"
 #include "saio.h"
-#include "ttychars.h"
+#include "sys/ttychars.h"
 
 main()
 {
 
 main()
 {
index f7f8bb8..d2385dc 100644 (file)
@@ -3,10 +3,10 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)printn.c    7.1 (Berkeley) %G%
+ *     @(#)printn.c    7.2 (Berkeley) %G%
  */
 
  */
 
-#include "param.h"
+#include "sys/param.h"
 
 /*
  * Printn prints a number n in base b.
 
 /*
  * Printn prints a number n in base b.