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/info Pull up 1.9-1.10:
details: https://anonhg.NetBSD.org/src/rev/565bf6860ba6
branches: netbsd-1-4
changeset: 469269:565bf6860ba6
user: he <he%NetBSD.org@localhost>
date: Sun Aug 22 17:59:05 1999 +0000
description:
Pull up 1.9-1.10:
Allow specifying a package name without a version. (hubertf)
diffstat:
usr.sbin/pkg_install/info/info.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 926342f72d00 -r 565bf6860ba6 usr.sbin/pkg_install/info/info.h
--- a/usr.sbin/pkg_install/info/info.h Sun Aug 22 17:56:58 1999 +0000
+++ b/usr.sbin/pkg_install/info/info.h Sun Aug 22 17:59:05 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: info.h,v 1.9 1999/03/04 00:35:05 hubertf Exp $ */
+/* $NetBSD: info.h,v 1.9.2.1 1999/08/22 17:59:05 he Exp $ */
/* from FreeBSD Id: info.h,v 1.10 1997/02/22 16:09:40 peter Exp */
@@ -58,11 +58,13 @@
extern size_t PlayPenSize;
extern char *CheckPkg;
extern size_t termwidth;
+extern lpkg_head_t pkgs;
extern void show_file(char *, char *);
extern void show_plist(char *, package_t *, pl_ent_t);
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