Source-Changes-HG archive

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

[xsrc/trunk]: xsrc/external/mit/xorg-server/include disable local reallocarra...



details:   https://anonhg.NetBSD.org/xsrc/rev/d99397404702
branches:  trunk
changeset: 10056:d99397404702
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Dec 31 10:19:09 2018 +0000

description:
disable local reallocarray() for now.

diffstat:

 external/mit/xorg-server/include/dix-config.h  |  2 +-
 external/mit/xorg-server/include/xorg-server.h |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 2e89a23e44f8 -r d99397404702 external/mit/xorg-server/include/dix-config.h
--- a/external/mit/xorg-server/include/dix-config.h     Mon Dec 31 09:53:40 2018 +0000
+++ b/external/mit/xorg-server/include/dix-config.h     Mon Dec 31 10:19:09 2018 +0000
@@ -153,7 +153,7 @@
 /* #undef HAVE_NDIR_H */
 
 /* Define to 1 if you have the `reallocarray' function. */
-#define HAVE_REALLOCARRAY 1
+/* #define HAVE_REALLOCARRAY 1 */
 
 /* Define to 1 if you have the `arc4random_buf' function. */
 #define HAVE_ARC4RANDOM_BUF 1
diff -r 2e89a23e44f8 -r d99397404702 external/mit/xorg-server/include/xorg-server.h
--- a/external/mit/xorg-server/include/xorg-server.h    Mon Dec 31 09:53:40 2018 +0000
+++ b/external/mit/xorg-server/include/xorg-server.h    Mon Dec 31 10:19:09 2018 +0000
@@ -46,7 +46,7 @@
 #define HAS_SHM 1
 
 /* Define to 1 if you have the `reallocarray' function. */
-#define HAVE_REALLOCARRAY 1
+/* #define HAVE_REALLOCARRAY 1 */
 
 /* Define to 1 if you have the `strcasecmp' function. */
 #define HAVE_STRCASECMP 1



Home | Main Index | Thread Index | Old Index