typo
authorChris Torek <torek@ucbvax.Berkeley.EDU>
Sat, 27 Feb 1993 04:00:30 +0000 (20:00 -0800)
committerChris Torek <torek@ucbvax.Berkeley.EDU>
Sat, 27 Feb 1993 04:00:30 +0000 (20:00 -0800)
SCCS-vsn: usr.sbin/lpr/pac/pac.c 5.10

usr/src/usr.sbin/lpr/pac/pac.c

index 87f979d..aa643f4 100644 (file)
@@ -13,7 +13,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)pac.c      5.9 (Berkeley) %G%";
+static char sccsid[] = "@(#)pac.c      5.10 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -64,7 +64,7 @@ static struct hent    *hashtab[HSHSIZE];      /* Hash table proper */
 
 static void    account __P((FILE *));
 static int     any __P((int, char []));
 
 static void    account __P((FILE *));
 static int     any __P((int, char []));
-stativ int     chkprinter __P((char *));
+static int     chkprinter __P((char *));
 static void    dumpit __P((void));
 static int     hash __P((char []));
 static struct  hent *enter __P((char []));
 static void    dumpit __P((void));
 static int     hash __P((char []));
 static struct  hent *enter __P((char []));