svn commit: r189209 - head/sys/sys

David Schultz das at FreeBSD.org
Sat Feb 28 22:27:04 PST 2009


Author: das
Date: Sun Mar  1 06:27:03 2009
New Revision: 189209
URL: http://svn.freebsd.org/changeset/base/189209

Log:
  Fix a typo in the previous commit.
  
  Submitted by:	Mel <mel at rachie.is-a-geek.net>

Modified:
  head/sys/sys/cdefs.h

Modified: head/sys/sys/cdefs.h
==============================================================================
--- head/sys/sys/cdefs.h	Sun Mar  1 05:47:14 2009	(r189208)
+++ head/sys/sys/cdefs.h	Sun Mar  1 06:27:03 2009	(r189209)
@@ -521,7 +521,7 @@
 #if _POSIX_C_SOURCE >= 200809
 #define	__POSIX_VISIBLE		200809
 #define	__ISO_C_VISIBLE		1999
-#elif _POSIX_C_SOURCE >= 200121
+#elif _POSIX_C_SOURCE >= 200112
 #define	__POSIX_VISIBLE		200112
 #define	__ISO_C_VISIBLE		1999
 #elif _POSIX_C_SOURCE >= 199506


More information about the svn-src-head mailing list