[uClibc-cvs] svn commit: trunk/uClibc/ldso/include

andersen at uclibc.org andersen at uclibc.org
Mon Aug 15 22:09:51 UTC 2005


Author: andersen
Date: 2005-08-15 16:09:50 -0600 (Mon, 15 Aug 2005)
New Revision: 11163

Log:
Just quote the whole darn thing so we can print any error msg we want


Modified:
   trunk/uClibc/ldso/include/dl-syscall.h


Changeset:
Modified: trunk/uClibc/ldso/include/dl-syscall.h
===================================================================
--- trunk/uClibc/ldso/include/dl-syscall.h	2005-08-15 22:07:35 UTC (rev 11162)
+++ trunk/uClibc/ldso/include/dl-syscall.h	2005-08-15 22:09:50 UTC (rev 11163)
@@ -141,7 +141,7 @@
 		fd, (off_t) (offset >> MMAP2_PAGE_SHIFT)));
 }
 #else
-#error Your architecture does not provide mmap() !?
+#error "Your architecture doesn't seem to provide mmap() !?"
 #endif
 
 #endif /* _LD_SYSCALL_H_ */




More information about the uClibc-cvs mailing list