From: Chris Torek Date: Sat, 27 Feb 1993 04:00:30 +0000 (-0800) Subject: typo X-Git-Tag: BSD-4_4-Snapshot-Development~3004 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/fa5349a990d8fecf3ca74bc48a998de7f7646362 typo SCCS-vsn: usr.sbin/lpr/pac/pac.c 5.10 --- diff --git a/usr/src/usr.sbin/lpr/pac/pac.c b/usr/src/usr.sbin/lpr/pac/pac.c index 87f979da82..aa643f4f98 100644 --- a/usr/src/usr.sbin/lpr/pac/pac.c +++ b/usr/src/usr.sbin/lpr/pac/pac.c @@ -13,7 +13,7 @@ static char copyright[] = #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 */ /* @@ -64,7 +64,7 @@ static struct hent *hashtab[HSHSIZE]; /* Hash table proper */ 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 []));