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