diff options
| author | Warner Losh <imp@FreeBSD.org> | 1997-08-29 05:30:15 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1997-08-29 05:30:15 +0000 |
| commit | 228f50a90c03088066d876b02657d89a13880757 (patch) | |
| tree | 7bc1b95dcd0b73ab85415f25c2a49a5db206286c /usr.bin/uuencode/uuencode.c | |
| parent | 4a796f06acb443b965b3c5681305648088812d9c (diff) | |
Notes
Diffstat (limited to 'usr.bin/uuencode/uuencode.c')
| -rw-r--r-- | usr.bin/uuencode/uuencode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/uuencode/uuencode.c b/usr.bin/uuencode/uuencode.c index ee98bf451a06..0aaaacbbb28e 100644 --- a/usr.bin/uuencode/uuencode.c +++ b/usr.bin/uuencode/uuencode.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)uuencode.c 8.2 (Berkeley) 4/2/94"; #endif static const char rcsid[] = - "$Id$"; + "$Id: uuencode.c,v 1.1.1.1.8.1 1997/08/25 06:29:53 charnier Exp $"; #endif /* not lint */ /* @@ -69,7 +69,7 @@ main(argc, argv) struct stat sb; int mode; - while (getopt(argc, argv, "") != EOF) + while (getopt(argc, argv, "") != -1) usage(); argv += optind; argc -= optind; |
