Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/libX11/dist/src include <limits.h> always, no...



details:   https://anonhg.NetBSD.org/xsrc/rev/7ef570c16d94
branches:  trunk
changeset: 10721:7ef570c16d94
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed May 19 08:28:15 2021 +0000

description:
include <limits.h> always, not if HAVE_CONFIG_H is set.

diffstat:

 external/mit/libX11/dist/src/SetFPath.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r e2fdd319e8bc -r 7ef570c16d94 external/mit/libX11/dist/src/SetFPath.c
--- a/external/mit/libX11/dist/src/SetFPath.c   Wed May 19 08:20:08 2021 +0000
+++ b/external/mit/libX11/dist/src/SetFPath.c   Wed May 19 08:28:15 2021 +0000
@@ -26,8 +26,8 @@
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
+#endif
 #include <limits.h>
-#endif
 #include "Xlibint.h"
 
 #define safestrlen(s) ((s) ? strlen(s) : 0)



Home | Main Index | Thread Index | Old Index