lint cleanups
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Jul 1988 03:04:38 +0000 (19:04 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 23 Jul 1988 03:04:38 +0000 (19:04 -0800)
SCCS-vsn: usr.bin/more/lesskey.c 5.2

usr/src/usr.bin/more/lesskey.c

index 17577c6..41f2270 100644 (file)
@@ -27,7 +27,7 @@ char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)lesskey.c  5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)lesskey.c  5.2 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -141,7 +141,7 @@ main(argc, argv)
        char line[100];
        char *outfile;
 
        char line[100];
        char *outfile;
 
-       extern char *getenv();
+       extern char *getenv(), *strcat(), *strcpy();
 
        /*
         * Process command line arguments.
 
        /*
         * Process command line arguments.