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