don't need pathnames.h, just paths.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Jun 1990 14:27:34 +0000 (06:27 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 25 Jun 1990 14:27:34 +0000 (06:27 -0800)
SCCS-vsn: usr.bin/finger/finger.c 5.21
SCCS-vsn: usr.bin/finger/lprint.c 5.12
SCCS-vsn: usr.bin/finger/util.c 5.13

usr/src/usr.bin/finger/finger.c
usr/src/usr.bin/finger/lprint.c
usr/src/usr.bin/finger/util.c

index 170e05f..7a01327 100644 (file)
@@ -12,7 +12,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)finger.c   5.20 (Berkeley) %G%";
+static char sccsid[] = "@(#)finger.c   5.21 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -32,7 +32,6 @@ static char sccsid[] = "@(#)finger.c  5.20 (Berkeley) %G%";
 #include <sys/file.h>
 #include <stdio.h>
 #include "finger.h"
 #include <sys/file.h>
 #include <stdio.h>
 #include "finger.h"
-#include "pathnames.h"
 
 time_t now;
 int lflag, sflag, mflag, pplan;
 
 time_t now;
 int lflag, sflag, mflag, pplan;
index 7726853..61a94bf 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)lprint.c   5.11 (Berkeley) %G%";
+static char sccsid[] = "@(#)lprint.c   5.12 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -16,8 +16,8 @@ static char sccsid[] = "@(#)lprint.c  5.11 (Berkeley) %G%";
 #include <tzfile.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <tzfile.h>
 #include <stdio.h>
 #include <ctype.h>
+#include <paths.h>
 #include "finger.h"
 #include "finger.h"
-#include "pathnames.h"
 
 #define        LINE_LEN        80
 #define        TAB_LEN         8               /* 8 spaces between tabs */
 
 #define        LINE_LEN        80
 #define        TAB_LEN         8               /* 8 spaces between tabs */
index 520402a..2200815 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)util.c     5.12 (Berkeley) %G%";
+static char sccsid[] = "@(#)util.c     5.13 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/param.h>
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -15,8 +15,8 @@ static char sccsid[] = "@(#)util.c    5.12 (Berkeley) %G%";
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>
+#include <paths.h>
 #include "finger.h"
 #include "finger.h"
-#include "pathnames.h"
 
 find_idle_and_ttywrite(w)
        register WHERE *w;
 
 find_idle_and_ttywrite(w)
        register WHERE *w;