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/lib Pull up revision 1.26:



details:   https://anonhg.NetBSD.org/src/rev/38f8b20eeefa
branches:  netbsd-1-4
changeset: 469400:38f8b20eeefa
user:      he <he%NetBSD.org@localhost>
date:      Mon Sep 13 22:50:48 1999 +0000

description:
Pull up revision 1.26:
  Some code documentation.  (hubertf)

diffstat:

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

diffs (52 lines):

diff -r fe0b038fcb99 -r 38f8b20eeefa usr.sbin/pkg_install/lib/lib.h
--- a/usr.sbin/pkg_install/lib/lib.h    Mon Sep 13 22:49:43 1999 +0000
+++ b/usr.sbin/pkg_install/lib/lib.h    Mon Sep 13 22:50:48 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.21.2.2 1999/09/13 22:30:42 he Exp $ */
+/* $NetBSD: lib.h,v 1.21.2.3 1999/09/13 22:50:48 he Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -99,24 +99,24 @@
 /* Enumerated constants for plist entry types */
 typedef enum pl_ent_t {
        PLIST_SHOW_ALL = -1,
-       PLIST_FILE,
-       PLIST_CWD,
-       PLIST_CMD,
-       PLIST_CHMOD,
-       PLIST_CHOWN,
-       PLIST_CHGRP,
-       PLIST_COMMENT,
-       PLIST_IGNORE,
-       PLIST_NAME,
-       PLIST_UNEXEC,
-       PLIST_SRC,
-       PLIST_DISPLAY,
-       PLIST_PKGDEP,
-       PLIST_MTREE,
-       PLIST_DIR_RM,
-       PLIST_IGNORE_INST,
-       PLIST_OPTION,
-       PLIST_PKGCFL
+       PLIST_FILE,             /*  0 */
+       PLIST_CWD,              /*  1 */
+       PLIST_CMD,              /*  2 */
+       PLIST_CHMOD,            /*  3 */
+       PLIST_CHOWN,            /*  4 */
+       PLIST_CHGRP,            /*  5 */
+       PLIST_COMMENT,          /*  6 */
+       PLIST_IGNORE,           /*  7 */
+       PLIST_NAME,             /*  8 */
+       PLIST_UNEXEC,           /*  9 */
+       PLIST_SRC,              /* 10 */
+       PLIST_DISPLAY,          /* 11 */
+       PLIST_PKGDEP,           /* 12 */
+       PLIST_MTREE,            /* 13 */
+       PLIST_DIR_RM,           /* 14 */
+       PLIST_IGNORE_INST,      /* 15 */
+       PLIST_OPTION,           /* 16 */
+       PLIST_PKGCFL            /* 17 */
 }       pl_ent_t;
 
 /* Types */



Home | Main Index | Thread Index | Old Index