=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsadduser.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/tcfs/Attic/tcfsadduser.c 2000/06/20 08:59:53 1.7 +++ src/usr.bin/tcfs/Attic/tcfsadduser.c 2000/06/20 18:15:57 1.8 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsadduser.c,v 1.7 2000/06/20 08:59:53 fgsch Exp $ */ +/* $OpenBSD: tcfsadduser.c,v 1.8 2000/06/20 18:15:57 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -41,7 +41,7 @@ /* * Going to check the arguments */ - while ((val = getopt(argn, argv, "g:l:hv")) != EOF) + while ((val = getopt(argn, argv, "g:l:hv")) != -1) switch (val) { case 'l': strlcpy(user, optarg, sizeof(user));