summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsrun.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tcfs/tcfsrun.c')
-rw-r--r--usr.bin/tcfs/tcfsrun.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tcfs/tcfsrun.c b/usr.bin/tcfs/tcfsrun.c
index 1051f70f094..9970ba6bf3a 100644
--- a/usr.bin/tcfs/tcfsrun.c
+++ b/usr.bin/tcfs/tcfsrun.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcfsrun.c,v 1.8 2000/06/20 10:46:52 fgsch Exp $ */
+/* $OpenBSD: tcfsrun.c,v 1.9 2000/06/20 18:15:58 aaron Exp $ */
/*
* Transparent Cryptographic File System (TCFS) for NetBSD
@@ -40,7 +40,7 @@ run_main(int argc, char *argv[], char *envp[])
uid = getuid();
- while ((x = getopt(argc, argv, "p:f:")) != EOF) {
+ while ((x = getopt(argc, argv, "p:f:")) != -1) {
switch(x) {
case 'p':
strlcpy(fspath, optarg, sizeof(fspath));