=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsrun.c,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/usr.bin/tcfs/Attic/tcfsrun.c 2000/06/20 10:46:52 1.8 --- src/usr.bin/tcfs/Attic/tcfsrun.c 2000/06/20 18:15:58 1.9 *************** *** 1,4 **** ! /* $OpenBSD: tcfsrun.c,v 1.8 2000/06/20 10:46:52 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD --- 1,4 ---- ! /* $OpenBSD: tcfsrun.c,v 1.9 2000/06/20 18:15:58 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD *************** *** 40,46 **** uid = getuid(); ! while ((x = getopt(argc, argv, "p:f:")) != EOF) { switch(x) { case 'p': strlcpy(fspath, optarg, sizeof(fspath)); --- 40,46 ---- uid = getuid(); ! while ((x = getopt(argc, argv, "p:f:")) != -1) { switch(x) { case 'p': strlcpy(fspath, optarg, sizeof(fspath));