Module Name:    xsrc
Committed By:   mrg
Date:           Wed May 19 08:28:16 UTC 2021

Modified Files:
        xsrc/external/mit/libX11/dist/src: SetFPath.c

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 xsrc/external/mit/libX11/dist/src/SetFPath.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libX11/dist/src/SetFPath.c
diff -u xsrc/external/mit/libX11/dist/src/SetFPath.c:1.1.1.6 xsrc/external/mit/libX11/dist/src/SetFPath.c:1.2
--- xsrc/external/mit/libX11/dist/src/SetFPath.c:1.1.1.6	Wed May 19 08:19:12 2021
+++ xsrc/external/mit/libX11/dist/src/SetFPath.c	Wed May 19 08:28:15 2021
@@ -26,8 +26,8 @@ in this Software without prior written a
 
 #ifdef HAVE_CONFIG_H
 #include <config.h>
-#include <limits.h>
 #endif
+#include <limits.h>
 #include "Xlibint.h"
 
 #define safestrlen(s) ((s) ? strlen(s) : 0)

Reply via email to