diff options
Diffstat (limited to 'usr.bin/tcfs/tcfs_getstatus.c')
-rw-r--r-- | usr.bin/tcfs/tcfs_getstatus.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tcfs/tcfs_getstatus.c b/usr.bin/tcfs/tcfs_getstatus.c index 2fbb195cd48..7d6deed3b0b 100644 --- a/usr.bin/tcfs/tcfs_getstatus.c +++ b/usr.bin/tcfs/tcfs_getstatus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs_getstatus.c,v 1.3 2000/06/19 22:42:28 aaron Exp $ */ +/* $OpenBSD: tcfs_getstatus.c,v 1.4 2000/06/19 23:06:25 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -37,5 +37,6 @@ tcfs_getstatus(char *filesystem, struct tcfs_status *st) x.cmd = TCFS_GET_STATUS; i = tcfs_callfunction(filesystem, &x); *st = x.st; + return (i); } |