use private headers for now
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 13 Dec 1987 15:45:29 +0000 (07:45 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Sun, 13 Dec 1987 15:45:29 +0000 (07:45 -0800)
SCCS-vsn: sys/vax/stand/uda.c 7.5

usr/src/sys/vax/stand/uda.c

index f12d0b6..60ad9c5 100644 (file)
@@ -3,7 +3,7 @@
  * 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.
  *
- *     @(#)uda.c       7.4 (Berkeley) %G%
+ *     @(#)uda.c       7.5 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -28,9 +28,9 @@
 #define NRSP   1
 #define NCMD   1
 
 #define NRSP   1
 #define NCMD   1
 
-#include "../vaxuba/udareg.h"
+#include "udareg.h"
 #include "../vaxuba/ubareg.h"
 #include "../vaxuba/ubareg.h"
-#include "../vax/mscp.h"
+#include "mscp.h"
 
 u_short udastd[] = { 0772150 };
 
 
 u_short udastd[] = { 0772150 };