Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include Include <sys/ansi.h> after <sys/cdefs.h>; from Neil ...
details: https://anonhg.NetBSD.org/src/rev/e3aa7d1813e0
branches: trunk
changeset: 581120:e3aa7d1813e0
user: kleink <kleink%NetBSD.org@localhost>
date: Wed May 25 20:45:38 2005 +0000
description:
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 6720d39d0889 -r e3aa7d1813e0 include/stdio.h
--- a/include/stdio.h Wed May 25 19:35:07 2005 +0000
+++ b/include/stdio.h Wed May 25 20:45:38 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: stdio.h,v 1.60 2005/05/25 19:35:07 kleink Exp $ */
+/* $NetBSD: stdio.h,v 1.61 2005/05/25 20:45:38 kleink 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