=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsputkey.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- src/usr.bin/tcfs/Attic/tcfsputkey.c 2000/06/20 08:59:53 1.10 +++ src/usr.bin/tcfs/Attic/tcfsputkey.c 2000/06/20 18:15:57 1.11 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfsputkey.c,v 1.10 2000/06/20 08:59:53 fgsch Exp $ */ +/* $OpenBSD: tcfsputkey.c,v 1.11 2000/06/20 18:15:57 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -47,7 +47,7 @@ int isgroupkey = FALSE; int havename = FALSE, havefspath = FALSE, havekey = FALSE; - while ((x = getopt(argc, argv, "kf:p:g:")) != EOF) { + while ((x = getopt(argc, argv, "kf:p:g:")) != -1) { switch(x) { case 'k': def = FALSE;