Module Name:    src
Committed By:   joerg
Date:           Sat Apr 27 21:22:05 UTC 2013

Modified Files:
        src/include: netdb.h

Log Message:
machine/ansi.h is included by sys/ansi.h.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/include/netdb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/include/netdb.h
diff -u src/include/netdb.h:1.65 src/include/netdb.h:1.66
--- src/include/netdb.h:1.65	Sat Mar 17 21:57:48 2012
+++ src/include/netdb.h	Sat Apr 27 21:22:05 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: netdb.h,v 1.65 2012/03/17 21:57:48 christos Exp $	*/
+/*	$NetBSD: netdb.h,v 1.66 2013/04/27 21:22:05 joerg Exp $	*/
 
 /*
  * ++Copyright++ 1980, 1983, 1988, 1993
@@ -90,10 +90,9 @@
 #ifndef _NETDB_H_
 #define	_NETDB_H_
 
-#include <machine/ansi.h>
+#include <sys/cdefs.h>
 #include <machine/endian_machdep.h>
 #include <sys/ansi.h>
-#include <sys/cdefs.h>
 #include <sys/featuretest.h>
 #include <inttypes.h>
 /*

Reply via email to