=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsrmgroup.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/tcfs/Attic/tcfsrmgroup.c 2000/06/20 08:59:53 1.9 --- src/usr.bin/tcfs/Attic/tcfsrmgroup.c 2000/06/20 18:15:57 1.10 *************** *** 1,4 **** ! /* $OpenBSD: tcfsrmgroup.c,v 1.9 2000/06/20 08:59:53 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD --- 1,4 ---- ! /* $OpenBSD: tcfsrmgroup.c,v 1.10 2000/06/20 18:15:57 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD *************** *** 37,43 **** /* * Going to check the arguments */ ! while ((val = getopt(argn, argv, "hg:v")) != EOF) switch (val) { case 'g': gid = (gid_t)atoi(optarg); --- 37,43 ---- /* * Going to check the arguments */ ! while ((val = getopt(argn, argv, "hg:v")) != -1) switch (val) { case 'g': gid = (gid_t)atoi(optarg);