Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/pkg_install/add Update prototype for "extract_plist...



details:   https://anonhg.NetBSD.org/src/rev/b32277e4d500
branches:  trunk
changeset: 488071:b32277e4d500
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jun 17 11:30:49 2000 +0000

description:
Update prototype for "extract_plist()".

diffstat:

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

diffs (18 lines):

diff -r 61d8092d9bfb -r b32277e4d500 usr.sbin/pkg_install/add/add.h
--- a/usr.sbin/pkg_install/add/add.h    Sat Jun 17 10:59:27 2000 +0000
+++ b/usr.sbin/pkg_install/add/add.h    Sat Jun 17 11:30:49 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: add.h,v 1.4 1999/08/24 00:48:37 hubertf Exp $ */
+/* $NetBSD: add.h,v 1.5 2000/06/17 11:30:49 tron 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