summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/lib/lib.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-09-29 13:19:43 +0000
committerjkh <jkh@FreeBSD.org>1994-09-29 13:19:43 +0000
commit3ef0581e73d5178f71ceb3fa2ec31b843c8d49b8 (patch)
tree0a54543e352f476b57ae299bf0e92040f9dc3a94 /usr.sbin/pkg_install/lib/lib.h
parente9bb220eefc37eecee5de118173282f633485000 (diff)
downloadFreeBSD-src-3ef0581e73d5178f71ceb3fa2ec31b843c8d49b8.zip
FreeBSD-src-3ef0581e73d5178f71ceb3fa2ec31b843c8d49b8.tar.gz
Don't let pkg_delete remove the recorded location until everything has
absolutely, positively been successfully removed. Reviewed by: Submitted by: Obtained from:
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r--usr.sbin/pkg_install/lib/lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h
index 4f34569..08de0be 100644
--- a/usr.sbin/pkg_install/lib/lib.h
+++ b/usr.sbin/pkg_install/lib/lib.h
@@ -1,4 +1,4 @@
-/* $Id: lib.h,v 1.7 1994/05/25 18:00:04 asami Exp $ */
+/* $Id: lib.h,v 1.8 1994/08/28 14:15:29 jkh Exp $ */
/*
* FreeBSD install - a package for the installation and maintainance
@@ -141,7 +141,7 @@ void add_plist_top(Package *, plist_t, char *);
void write_plist(Package *, FILE *);
void read_plist(Package *, FILE *);
int plist_cmd(char *, char **);
-void delete_package(Boolean, Package *);
+int delete_package(Boolean, Package *);
/* For all */
void usage(const char *, const char *, ...);
OpenPOWER on IntegriCloud