=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsaddgroup.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/tcfs/Attic/tcfsaddgroup.c 2000/06/20 08:59:52 1.11 +++ src/usr.bin/tcfs/Attic/tcfsaddgroup.c 2000/06/20 18:15:57 1.12 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsaddgroup.c,v 1.11 2000/06/20 08:59:52 fgsch Exp $ */ +/* $OpenBSD: tcfsaddgroup.c,v 1.12 2000/06/20 18:15:57 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -178,7 +178,7 @@ /* * Going to check the arguments */ - while ((val = getopt(argn, argv, "vg:m:t:h")) != EOF) + while ((val = getopt(argn, argv, "vg:m:t:h")) != -1) switch (val) { case 'm': members = atoi(optarg);