Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/pkg_install/lib Pull up revision 1.76 (requested...



details:   https://anonhg.NetBSD.org/src/rev/bfa4501d6e33
branches:  netbsd-3
changeset: 576218:bfa4501d6e33
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 14 20:35:49 2005 +0000

description:
Pull up revision 1.76 (requested by wiz in ticket #455):
Spread some more unsigned for less casts.

diffstat:

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

diffs (18 lines):

diff -r 31b05c2d575b -r bfa4501d6e33 usr.sbin/pkg_install/lib/lib.h
--- a/usr.sbin/pkg_install/lib/lib.h    Tue Jun 14 20:35:43 2005 +0000
+++ b/usr.sbin/pkg_install/lib/lib.h    Tue Jun 14 20:35:49 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.74.2.1 2005/06/14 20:33:49 tron Exp $ */
+/* $NetBSD: lib.h,v 1.74.2.2 2005/06/14 20:35:49 tron Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -321,7 +321,7 @@
 void    delete_plist(package_t *, Boolean, pl_ent_t, char *);
 void    write_plist(package_t *, FILE *, char *);
 void    read_plist(package_t *, FILE *);
-int     plist_cmd(char *, char **);
+int     plist_cmd(unsigned char *, char **);
 int     delete_package(Boolean, Boolean, package_t *, Boolean);
 
 /* Package Database */



Home | Main Index | Thread Index | Old Index