Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/usr.sbin/pkg_install/add Pull up revision 1.5 (requeste...



details:   https://anonhg.NetBSD.org/src/rev/46f319f55efd
branches:  netbsd-1-4
changeset: 470817:46f319f55efd
user:      he <he%NetBSD.org@localhost>
date:      Mon Jul 31 18:18:17 2000 +0000

description:
Pull up revision 1.5 (requested by hubertf):
  Update pkg_install tools by bringing in bug fixes and feature
  additions since the last release.  Fixes PR#10083 and PR#10687
  and a number of problems not formally reported.

diffstat:

 usr.sbin/pkg_install/add/add.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ad7584438093 -r 46f319f55efd usr.sbin/pkg_install/add/add.h
--- a/usr.sbin/pkg_install/add/add.h    Mon Jul 31 18:18:14 2000 +0000
+++ b/usr.sbin/pkg_install/add/add.h    Mon Jul 31 18:18:17 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: add.h,v 1.3.2.1 1999/09/13 21:07:37 he Exp $ */
+/* $NetBSD: add.h,v 1.3.2.2 2000/07/31 18:18:17 he Exp $ */
 
 /* from FreeBSD Id: add.h,v 1.8 1997/02/22 16:09:15 peter Exp  */
 
@@ -42,7 +42,7 @@
 extern add_mode_t AddMode;
 
 int     make_hierarchy(char *);
-void    extract_plist(char *, package_t *);
+int     extract_plist(char *, package_t *);
 void    apply_perms(char *, char *);
 
 #endif                         /* _INST_ADD_H_INCLUDE */



Home | Main Index | Thread Index | Old Index