=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfs_getstatus.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/tcfs/Attic/tcfs_getstatus.c 2000/06/19 20:35:47 1.2 --- src/usr.bin/tcfs/Attic/tcfs_getstatus.c 2000/06/19 22:42:28 1.3 *************** *** 1,4 **** ! /* $OpenBSD: tcfs_getstatus.c,v 1.2 2000/06/19 20:35:47 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD --- 1,4 ---- ! /* $OpenBSD: tcfs_getstatus.c,v 1.3 2000/06/19 22:42:28 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD *************** *** 35,41 **** return (-1); x.cmd = TCFS_GET_STATUS; ! i = tcfs_callfunction(filesystem,&x); *st = x.st; return (i); } --- 35,41 ---- return (-1); x.cmd = TCFS_GET_STATUS; ! i = tcfs_callfunction(filesystem, &x); *st = x.st; return (i); }