=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfs_getfspath.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/tcfs/Attic/tcfs_getfspath.c 2000/06/19 22:42:28 1.3 +++ src/usr.bin/tcfs/Attic/tcfs_getfspath.c 2000/06/19 23:06:24 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfs_getfspath.c,v 1.3 2000/06/19 22:42:28 aaron Exp $ */ +/* $OpenBSD: tcfs_getfspath.c,v 1.4 2000/06/19 23:06:24 aaron Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -98,5 +98,5 @@ out: fclose(fp); - return found; + return (found); }