portability nit
authorJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Wed, 27 Nov 1985 21:39:37 +0000 (13:39 -0800)
committerJay Lepreau <lepreau@ucbvax.Berkeley.EDU>
Wed, 27 Nov 1985 21:39:37 +0000 (13:39 -0800)
SCCS-vsn: usr.bin/find/find.c 4.16

usr/src/usr.bin/find/find.c

index 93bce5b..08376b3 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef        lint
 #ifndef        lint
-static char *sccsid = "@(#)find.c      4.15 (Berkeley) %G%";
+static char *sccsid = "@(#)find.c      4.16 (Berkeley) %G%";
 #endif
 
 #include <stdio.h>
 #endif
 
 #include <stdio.h>
@@ -201,7 +201,8 @@ struct anode *e3() { /* parse parens and predicates */
                nouser(), nogroup(), ls(), dummy();
        struct anode *p1;
        int i;
                nouser(), nogroup(), ls(), dummy();
        struct anode *p1;
        int i;
-       register char *a, *b, s;
+       register char *a, *b;
+       register int s;
 
        a = nxtarg();
        if(EQ(a, "(")) {
 
        a = nxtarg();
        if(EQ(a, "(")) {