summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-02-17 14:51:11 +0000
committerume <ume@FreeBSD.org>2001-02-17 14:51:11 +0000
commite4a288b688ff8cdeb1e1ddefc4451e5f8d3c2576 (patch)
tree977c188900fce3a3d85498cd8ce78a2ba6d120d5 /sys/alpha/include
parent87ce1ec23751f8c1731f75cb8b12095479aaa5aa (diff)
downloadFreeBSD-src-e4a288b688ff8cdeb1e1ddefc4451e5f8d3c2576.zip
FreeBSD-src-e4a288b688ff8cdeb1e1ddefc4451e5f8d3c2576.tar.gz
Correct disordering which is corresponding to bde's fix to
i386/include/ansi.h.
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/ansi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/include/ansi.h b/sys/alpha/include/ansi.h
index 6acc404..38369ca 100644
--- a/sys/alpha/include/ansi.h
+++ b/sys/alpha/include/ansi.h
@@ -51,10 +51,10 @@
#define _BSD_CLOCKID_T_ int /* clockid_t */
#define _BSD_PTRDIFF_T_ long /* ptr1 - ptr2 */
#define _BSD_SIZE_T_ unsigned long /* sizeof() */
+#define _BSD_SOCKLEN_T_ __uint32_t
#define _BSD_SSIZE_T_ long /* byte count or error */
#define _BSD_TIME_T_ int /* time() */
#define _BSD_TIMER_T_ int /* timer_t */
-#define _BSD_SOCKLEN_T_ __uint32_t /* socklen_t */
#if defined __GNUC__ && (__GNUC__ > 2 || __GNUC_MINOR__ > 95)
#define _BSD_VA_LIST_ __builtin_va_list /* internally known to gcc */
OpenPOWER on IntegriCloud