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