=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tcfs/Attic/tcfsrmuser.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/tcfs/Attic/tcfsrmuser.c 2000/06/20 06:45:16 1.7 --- src/usr.bin/tcfs/Attic/tcfsrmuser.c 2000/06/20 08:59:53 1.8 *************** *** 1,4 **** ! /* $OpenBSD: tcfsrmuser.c,v 1.7 2000/06/20 06:45:16 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD --- 1,4 ---- ! /* $OpenBSD: tcfsrmuser.c,v 1.8 2000/06/20 08:59:53 fgsch Exp $ */ /* * Transparent Cryptographic File System (TCFS) for NetBSD *************** *** 103,106 **** --- 103,108 ---- printf("User entry removed with success.\n"); tcfs_error(OK, NULL); + + exit(0); }