Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Correct a comment.



details:   https://anonhg.NetBSD.org/src/rev/1c3fd71f0e08
branches:  trunk
changeset: 569900:1c3fd71f0e08
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sun Sep 12 22:52:58 2004 +0000

description:
Correct a comment.

diffstat:

 sys/sys/endian.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (16 lines):

diff -r de1bf419c578 -r 1c3fd71f0e08 sys/sys/endian.h
--- a/sys/sys/endian.h  Sun Sep 12 19:12:45 2004 +0000
+++ b/sys/sys/endian.h  Sun Sep 12 22:52:58 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: endian.h,v 1.8 2004/07/01 22:34:12 kleink Exp $        */
+/*     $NetBSD: endian.h,v 1.9 2004/09/12 22:52:58 thorpej Exp $       */
 
 /*
  * Copyright (c) 1987, 1991, 1993
@@ -172,5 +172,5 @@
 #define LE64TOH(x)     HTOLE64(x)
 
 #endif /* !_LOCORE */
-#endif /* !_POSIX_SOURCE */
+#endif /* _XOPEN_SOURCE || _NETBSD_SOURCE */
 #endif /* !_SYS_ENDIAN_H_ */



Home | Main Index | Thread Index | Old Index