=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfs_getstatus.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/tcfs/Attic/tcfs_getstatus.c 2000/06/19 22:42:28 1.3 +++ src/usr.bin/tcfs/Attic/tcfs_getstatus.c 2000/06/19 23:06:25 1.4 @@ -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 @@ x.cmd = TCFS_GET_STATUS; i = tcfs_callfunction(filesystem, &x); *st = x.st; + return (i); }