svn commit: trunk/uClibc/libc/string

vapier at uclibc.org vapier at uclibc.org
Fri May 26 02:51:25 UTC 2006


Author: vapier
Date: 2006-05-25 19:51:23 -0700 (Thu, 25 May 2006)
New Revision: 15181

Log:
Amir Shalem writes:
there is a missing include for <bits/uClibc_uintmaxtostr.h> in 
libc/string/_syserrmsg.h, where _syserrmsg.h uses __UIM_BUFLEN_INT


Modified:
   trunk/uClibc/libc/string/__xpg_strerror_r.c
   trunk/uClibc/libc/string/_syserrmsg.h


Changeset:
Modified: trunk/uClibc/libc/string/__xpg_strerror_r.c
===================================================================
--- trunk/uClibc/libc/string/__xpg_strerror_r.c	2006-05-26 02:05:19 UTC (rev 15180)
+++ trunk/uClibc/libc/string/__xpg_strerror_r.c	2006-05-26 02:51:23 UTC (rev 15181)
@@ -8,7 +8,6 @@
 #include <features.h>
 #include <errno.h>
 #include <string.h>
-#include <bits/uClibc_uintmaxtostr.h>
 #include "_syserrmsg.h"
 
 libc_hidden_proto(__xpg_strerror_r)

Modified: trunk/uClibc/libc/string/_syserrmsg.h
===================================================================
--- trunk/uClibc/libc/string/_syserrmsg.h	2006-05-26 02:05:19 UTC (rev 15180)
+++ trunk/uClibc/libc/string/_syserrmsg.h	2006-05-26 02:51:23 UTC (rev 15181)
@@ -8,6 +8,8 @@
 #ifndef __SYSERRMSG_H
 #define __SYSERRMSG_H 1
 
+#include <bits/uClibc_uintmaxtostr.h>
+
 /**********************************************************************/
 /* NOTE: If we ever do internationalized syserr messages, this will
  * have to be changed! */




More information about the uClibc-cvs mailing list