=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfserrors.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/tcfs/Attic/tcfserrors.c 2000/06/19 22:42:28 1.5 +++ src/usr.bin/tcfs/Attic/tcfserrors.c 2000/06/20 06:45:16 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: tcfserrors.c,v 1.5 2000/06/19 22:42:28 aaron Exp $ */ +/* $OpenBSD: tcfserrors.c,v 1.6 2000/06/20 06:45:16 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD @@ -63,9 +63,4 @@ fprintf(stderr, "internal error.\n"); exit(1); } -} - -void show_usage(char *fmt, char *arg) -{ - printf(fmt, arg); }