kernel reorg
[unix-history] / usr / src / sys / stand.att / dev.c
index 9c2d2e0..248dd7e 100644 (file)
@@ -4,11 +4,11 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)dev.c       7.8 (Berkeley) %G%
+ *     @(#)dev.c       7.9 (Berkeley) %G%
  */
 
 #include "sys/param.h"
  */
 
 #include "sys/param.h"
-#include "saio.h"
+#include "stand/saio.h"                        /* used from machine/stand dir */
 
 /*
  * NB: the value "io->i_dev", used to offset the devsw[] array
 
 /*
  * NB: the value "io->i_dev", used to offset the devsw[] array