name conflict in header files
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 15 Nov 1990 11:48:14 +0000 (03:48 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 15 Nov 1990 11:48:14 +0000 (03:48 -0800)
SCCS-vsn: sys/i386/include/pcb.h 5.3

usr/src/sys/i386/include/pcb.h

index c1e79d4..d7140d3 100644 (file)
@@ -7,14 +7,14 @@
  *
  * %sccs.include.noredist.c%
  *
  *
  * %sccs.include.noredist.c%
  *
- *     @(#)pcb.h       5.2 (Berkeley) %G%
+ *     @(#)pcb.h       5.3 (Berkeley) %G%
  */
 
 /*
  * Intel 386 process control block
  */
 #include "tss.h"
  */
 
 /*
  * Intel 386 process control block
  */
 #include "tss.h"
-#include "npx.h"
+#include "../i386/npx.h"
 
 struct pcb {
        struct  i386tss pcbtss;
 
 struct pcb {
        struct  i386tss pcbtss;