date and time created 83/02/11 15:44:33 by rrh
[unix-history] / usr / src / usr.bin / w / w.c
index b735dd9..a46a2f8 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)w.c 4.8 (Berkeley) %G%";
+static char *sccsid = "@(#)w.c 4.9 (Berkeley) %G%";
 /*
  * w - print system status (who and what)
  *
 /*
  * w - print system status (who and what)
  *
@@ -14,7 +14,7 @@ static char *sccsid = "@(#)w.c        4.8 (Berkeley) %G%";
 #include <sys/dir.h>
 #include <sys/user.h>
 #include <sys/proc.h>
 #include <sys/dir.h>
 #include <sys/user.h>
 #include <sys/proc.h>
-#include <sys/pte.h>
+#include <machine/pte.h>
 #include <sys/vm.h>
 
 #define NMAX sizeof(utmp.ut_name)
 #include <sys/vm.h>
 
 #define NMAX sizeof(utmp.ut_name)