diff options
Diffstat (limited to 'usr.sbin/pkg_install/delete/perform.c')
| -rw-r--r-- | usr.sbin/pkg_install/delete/perform.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/delete/perform.c b/usr.sbin/pkg_install/delete/perform.c index 1584b60fd4f4..92ca3cbbda67 100644 --- a/usr.sbin/pkg_install/delete/perform.c +++ b/usr.sbin/pkg_install/delete/perform.c @@ -1,6 +1,6 @@ #ifndef lint static const char rcsid[] = - "$Id: perform.c,v 1.13 1997/03/06 10:21:57 jkh Exp $"; + "$Id: perform.c,v 1.14 1997/10/08 07:46:52 charnier Exp $"; #endif /* @@ -162,6 +162,7 @@ void cleanup(int sig) { /* Nothing to do */ + exit(1); } static void |
