artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb9f57
)
typo in __STRICT_ANSI__
author
deraadt
<deraadt@openbsd.org>
Wed, 1 May 1996 13:07:31 +0000
(13:07 +0000)
committer
deraadt
<deraadt@openbsd.org>
Wed, 1 May 1996 13:07:31 +0000
(13:07 +0000)
include/stdio.h
patch
|
blob
|
history
diff --git
a/include/stdio.h
b/include/stdio.h
index
63a1067
..
777c800
100644
(file)
--- a/
include/stdio.h
+++ b/
include/stdio.h
@@
-1,4
+1,4
@@
-/* $NetBSD: stdio.h,v 1.1
7 1996/01/20 01:36:30
jtc Exp $ */
+/* $NetBSD: stdio.h,v 1.1
8 1996/04/25 18:29:21
jtc Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@
-41,7
+41,7
@@
#ifndef _STDIO_H_
#define _STDIO_H_
-#if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI_)
+#if !defined(_ANSI_SOURCE) && !defined(__STRICT_ANSI_
_
)
#include <sys/types.h>
#endif