X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6de857898379b7d1ee846174bce7eb652a6dd17c..39a4506bf4e03cd8acbc810b1d63acff6def66fb:/usr/src/games/atc/log.c diff --git a/usr/src/games/atc/log.c b/usr/src/games/atc/log.c index 0b7ebdd23d..b18ef571f8 100644 --- a/usr/src/games/atc/log.c +++ b/usr/src/games/atc/log.c @@ -8,7 +8,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)log.c 5.3 (Berkeley) %G%"; +static char sccsid[] = "@(#)log.c 5.4 (Berkeley) %G%"; #endif not lint #include "include.h" @@ -56,7 +56,7 @@ log_score(list_em) register int i, fd, num_scores = 0, good, changed = 0, found = 0; struct passwd *pw; FILE *fp; - char *cp, logstr[BUFSIZ]; + char *cp, logstr[BUFSIZ], *index(), *rindex(); SCORE score[100], thisscore; #ifdef SYSV struct utsname name;