remove pathnames.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 12 May 1989 04:47:23 +0000 (20:47 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 12 May 1989 04:47:23 +0000 (20:47 -0800)
SCCS-vsn: usr.bin/who/who.c 5.8

usr/src/usr.bin/who/who.c

index 0f32bd0..2f9e3e1 100644 (file)
@@ -11,7 +11,7 @@ char copyright[] =
 #endif not lint
 
 #ifndef lint
 #endif not lint
 
 #ifndef lint
-static char sccsid[] = "@(#)who.c      5.7 (Berkeley) %G%";
+static char sccsid[] = "@(#)who.c      5.8 (Berkeley) %G%";
 #endif not lint
 
 /*
 #endif not lint
 
 /*
@@ -23,7 +23,6 @@ static char sccsid[] = "@(#)who.c     5.7 (Berkeley) %G%";
 #include <pwd.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <pwd.h>
 #include <stdio.h>
 #include <ctype.h>
-#include "pathnames.h"
 
 #define NMAX sizeof(utmp.ut_name)
 #define LMAX sizeof(utmp.ut_line)
 
 #define NMAX sizeof(utmp.ut_name)
 #define LMAX sizeof(utmp.ut_line)