pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/info Merged from src:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d05afa4ecb39
branches:  trunk
changeset: 515935:d05afa4ecb39
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Jul 11 07:45:40 2006 +0000

description:
Merged from src:
> In header files, there shall be no variable definitions, only
> declarations. Found by MIPSpro.

diffstat:

 pkgtools/pkg_install/files/info/info.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 66bc6e5095a9 -r d05afa4ecb39 pkgtools/pkg_install/files/info/info.h
--- a/pkgtools/pkg_install/files/info/info.h    Tue Jul 11 07:42:31 2006 +0000
+++ b/pkgtools/pkg_install/files/info/info.h    Tue Jul 11 07:45:40 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: info.h,v 1.10 2006/04/24 13:52:04 dillo Exp $ */
+/* $NetBSD: info.h,v 1.11 2006/07/11 07:45:40 rillig Exp $ */
 
 /* from FreeBSD Id: info.h,v 1.10 1997/02/22 16:09:40 peter Exp */
 
@@ -61,7 +61,7 @@
 };
 
 extern int Flags;
-enum which Which;
+extern enum which Which;
 extern Boolean File2Pkg;
 extern Boolean Quiet;
 extern char *InfoPrefix;



Home | Main Index | Thread Index | Old Index