=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/uudecode/uudecode.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/uudecode/uudecode.c 2000/02/01 03:23:46 1.8 +++ src/usr.bin/uudecode/uudecode.c 2001/11/19 19:02:17 1.9 @@ -1,4 +1,4 @@ -/* $OpenBSD: uudecode.c,v 1.8 2000/02/01 03:23:46 deraadt Exp $ */ +/* $OpenBSD: uudecode.c,v 1.9 2001/11/19 19:02:17 mpech Exp $ */ /* $NetBSD: uudecode.c,v 1.6 1994/11/17 07:40:43 jtc Exp $ */ /*- @@ -42,7 +42,7 @@ #if 0 static char sccsid[] = "@(#)uudecode.c 8.2 (Berkeley) 4/2/94"; #endif -static char rcsid[] = "$OpenBSD: uudecode.c,v 1.8 2000/02/01 03:23:46 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: uudecode.c,v 1.9 2001/11/19 19:02:17 mpech Exp $"; #endif /* not lint */ /* @@ -113,8 +113,8 @@ decode(int tostdout) { struct passwd *pw; - register int n; - register char ch, *p; + int n; + char ch, *p; int mode, n1; char buf[MAXPATHLEN];