Source-Changes-HG archive

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

[src/netbsd-3]: src/include Pull up revision 1.61 (requested by kleink in tic...



details:   https://anonhg.NetBSD.org/src/rev/c819c411c169
branches:  netbsd-3
changeset: 575921:c819c411c169
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 28 13:46:17 2005 +0000

description:
Pull up revision 1.61 (requested by kleink in ticket #346):
Include <sys/ansi.h> after <sys/cdefs.h>; from Neil Booth in PR lib/30072.

diffstat:

 include/stdio.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 0a7931daeb90 -r c819c411c169 include/stdio.h
--- a/include/stdio.h   Sat May 28 13:42:45 2005 +0000
+++ b/include/stdio.h   Sat May 28 13:46:17 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdio.h,v 1.58.2.1 2005/05/28 13:39:25 tron Exp $      */
+/*     $NetBSD: stdio.h,v 1.58.2.2 2005/05/28 13:46:17 tron Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -37,10 +37,9 @@
 #ifndef        _STDIO_H_
 #define        _STDIO_H_
 
-#include <sys/ansi.h>
-
 #include <sys/cdefs.h>
 #include <sys/featuretest.h>
+#include <sys/ansi.h>
 
 #include <machine/ansi.h>
 #ifdef _BSD_SIZE_T_



Home | Main Index | Thread Index | Old Index