Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/pkg_install/info Pull up revision 1.13 (reques...



details:   https://anonhg.NetBSD.org/src/rev/7047f893e3ed
branches:  netbsd-1-5
changeset: 493149:7047f893e3ed
user:      he <he%NetBSD.org@localhost>
date:      Wed Jun 26 16:54:13 2002 +0000

description:
Pull up revision 1.13 (requested by taca):
  Synchronize with recent developments:
   o close a memory leak
   o clarify error message if running out of file descriptors
   o implement new packing list directive, @blddep
   o improve buffer size checks
   o improve error handling on installation of prerequisite packages
   o add optional file verification (none, gpg, pgp5)

diffstat:

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

diffs (16 lines):

diff -r ee4fe3425336 -r 7047f893e3ed usr.sbin/pkg_install/info/info.h
--- a/usr.sbin/pkg_install/info/info.h  Wed Jun 26 16:53:57 2002 +0000
+++ b/usr.sbin/pkg_install/info/info.h  Wed Jun 26 16:54:13 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: info.h,v 1.12 1999/11/29 19:48:46 hubertf Exp $ */
+/* $NetBSD: info.h,v 1.12.4.1 2002/06/26 16:54:13 he Exp $ */
 
 /* from FreeBSD Id: info.h,v 1.10 1997/02/22 16:09:40 peter Exp */
 
@@ -67,6 +67,5 @@
 extern void show_files(char *, package_t *);
 extern void show_depends(char *, package_t *);
 extern void show_index(char *, char *);
-extern int find_fn(const char *pkg, char *data);
 
 #endif                         /* _INST_INFO_H_INCLUDE */



Home | Main Index | Thread Index | Old Index