From 04417da1663ee41a9933b1e6bdb0efa1f8896470 Mon Sep 17 00:00:00 2001 From: hubertf Date: Mon, 22 Mar 1999 05:02:39 +0000 Subject: Replace static array of packages given to pkg_perform() with linear list, using chopss' list functions (moved to lib/lpkg.c and lib/lib.h). Properly handle wildcards in arguments to "pkg_info", "pkg_delete" and "pkg_admin check". Some other minor cleanups. --- usr.sbin/pkg_install/create/create.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.sbin/pkg_install/create/create.h') diff --git a/usr.sbin/pkg_install/create/create.h b/usr.sbin/pkg_install/create/create.h index 6d3b21aa2bb..3d2e26757cb 100644 --- a/usr.sbin/pkg_install/create/create.h +++ b/usr.sbin/pkg_install/create/create.h @@ -1,4 +1,4 @@ -/* $NetBSD: create.h,v 1.10 1999/01/19 17:01:59 hubertf Exp $ */ +/* $NetBSD: create.h,v 1.11 1999/03/22 05:02:40 hubertf Exp $ */ /* from FreeBSD Id: create.h,v 1.13 1997/10/08 07:46:19 charnier Exp */ @@ -48,7 +48,6 @@ extern int RelativeLinks; extern int ReorderDirs; void check_list(char *, package_t *, const char *); -int pkg_perform(char **); void copy_plist(char *, package_t *); #endif /* _INST_CREATE_H_INCLUDE */ -- cgit