pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/nbsed/files sync with src:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80026349822f
branches:  trunk
changeset: 483848:80026349822f
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Nov 20 06:41:35 2004 +0000

description:
sync with src:

no trailing comma at end of enum.

diffstat:

 pkgtools/pkg_install/files/lib/lib.h |   4 ++--
 textproc/nbsed/files/defs.h          |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (63 lines):

diff -r 16f26b1da270 -r 80026349822f pkgtools/pkg_install/files/lib/lib.h
--- a/pkgtools/pkg_install/files/lib/lib.h      Sat Nov 20 06:34:26 2004 +0000
+++ b/pkgtools/pkg_install/files/lib/lib.h      Sat Nov 20 06:41:35 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lib.h,v 1.12 2004/11/02 00:10:15 erh Exp $ */
+/* $NetBSD: lib.h,v 1.13 2004/11/20 06:42:12 grant Exp $ */
 
 /* from FreeBSD Id: lib.h,v 1.25 1997/10/08 07:48:03 charnier Exp */
 
@@ -199,7 +199,7 @@
        BI_OS_VERSION,          /*  1 */
        BI_MACHINE_ARCH,        /*  2 */
        BI_IGNORE_RECOMMENDED,  /*  3 */
-       BI_ENUM_COUNT,          /*  4 */
+       BI_ENUM_COUNT           /*  4 */
 }      bi_ent_t;
 
 /* Types */
diff -r 16f26b1da270 -r 80026349822f textproc/nbsed/files/defs.h
--- a/textproc/nbsed/files/defs.h       Sat Nov 20 06:34:26 2004 +0000
+++ b/textproc/nbsed/files/defs.h       Sat Nov 20 06:41:35 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: defs.h,v 1.5 2004/09/08 08:37:38 jmmv Exp $    */
+/*     $NetBSD: defs.h,v 1.6 2004/11/20 06:41:35 grant Exp $   */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -32,7 +32,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)defs.h        8.1 (Berkeley) 6/6/93
- *     $NetBSD: defs.h,v 1.5 2004/09/08 08:37:38 jmmv Exp $
+ *     $NetBSD: defs.h,v 1.6 2004/11/20 06:41:35 grant Exp $
  */
 
 /*-
@@ -70,7 +70,7 @@
  * SUCH DAMAGE.
  *
  *     from: @(#)defs.h        8.1 (Berkeley) 6/6/93
- *     $NetBSD: defs.h,v 1.5 2004/09/08 08:37:38 jmmv Exp $
+ *     $NetBSD: defs.h,v 1.6 2004/11/20 06:41:35 grant Exp $
  */
 
 /*
@@ -79,7 +79,7 @@
 enum e_atype {
        AT_RE,                                  /* Line that match RE */
        AT_LINE,                                /* Specific line */
-       AT_LAST,                                /* Last line */
+       AT_LAST                                 /* Last line */
 };
 
 /*
@@ -161,7 +161,7 @@
 
 enum e_spflag {
        APPEND,                                 /* Append to the contents. */
-       REPLACE,                                /* Replace the contents. */
+       REPLACE                                 /* Replace the contents. */
 };
 
 /*



Home | Main Index | Thread Index | Old Index