summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/getopt.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 8ef552e867a..074eb007f28 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2010-06-06 Karl Berry <karl@tug.org>
+
+ * getopt.h (getopt) [! __STDC__]: remove decl since AIX/Solaris
+ compilers complain (vvv, tlbuild 07 Jun 2010 01:30:47).
+
2010-06-04 Karl Berry <karl@tug.org>
* configure.ac (kpse_lib_devel): empty for TeX Live 2010
diff --git a/Build/source/texk/kpathsea/getopt.h b/Build/source/texk/kpathsea/getopt.h
index a1e39724a90..69a40426506 100644
--- a/Build/source/texk/kpathsea/getopt.h
+++ b/Build/source/texk/kpathsea/getopt.h
@@ -133,7 +133,6 @@ extern int _getopt_internal (int argc, char *const *argv,
#endif /* MAKE_KPSE_DLL */
#else /* not __STDC__ */
-extern KPSEDLL int getopt ();
extern KPSEDLL int getopt_long ();
extern KPSEDLL int getopt_long_only ();