From abdd66850655ece88f4e9f37d854afc98024f7fc Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 20 Nov 2004 06:41:35 +0000 Subject: sync with src: no trailing comma at end of enum. --- pkgtools/pkg_install/files/lib/lib.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgtools') diff --git a/pkgtools/pkg_install/files/lib/lib.h b/pkgtools/pkg_install/files/lib/lib.h index 37f29d853a9..b07727e07b6 100644 --- a/pkgtools/pkg_install/files/lib/lib.h +++ b/pkgtools/pkg_install/files/lib/lib.h @@ -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 @@ typedef enum bi_ent_t { BI_OS_VERSION, /* 1 */ BI_MACHINE_ARCH, /* 2 */ BI_IGNORE_RECOMMENDED, /* 3 */ - BI_ENUM_COUNT, /* 4 */ + BI_ENUM_COUNT /* 4 */ } bi_ent_t; /* Types */ -- cgit v1.2.3