diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-11-07 20:57:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-11-07 20:57:25 +0000 |
commit | ca7ba38a4463146b189427c5eacac456fe338d2e (patch) | |
tree | 99fa57d1e4e858fefe0581989aac626d4f888e58 /usr.sbin/pkg_install/lib/lib.h | |
parent | e73217c57587fa774aecfa86384fbd8cf3e54262 (diff) |
Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in
any sane way...
Diffstat (limited to 'usr.sbin/pkg_install/lib/lib.h')
-rw-r--r-- | usr.sbin/pkg_install/lib/lib.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/lib.h b/usr.sbin/pkg_install/lib/lib.h index e62e1602121..075ded9c77c 100644 --- a/usr.sbin/pkg_install/lib/lib.h +++ b/usr.sbin/pkg_install/lib/lib.h @@ -1,4 +1,4 @@ -/* $OpenBSD: lib.h,v 1.10 2001/11/07 20:51:08 espie Exp $ */ +/* $OpenBSD: lib.h,v 1.11 2001/11/07 20:57:24 espie Exp $ */ /* * FreeBSD install - a package for the installation and maintainance @@ -101,7 +101,6 @@ typedef enum pl_ent_t { PLIST_PKGDEP, PLIST_MTREE, PLIST_DIR_RM, - PLIST_IGNORE_INST, PLIST_OPTION, PLIST_PKGCFL, PLIST_NEWDEP, |