summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1996-04-25 18:29:21 +0000
committerjtc <jtc@NetBSD.org>1996-04-25 18:29:21 +0000
commit07ebdf3729244f863325613ff44cfcde13a0f00a (patch)
treeecc5c06dcbf28e58df76827ed09eb1dd3d72f10e /include
parent7d85884ca84db3c78c130a6c1dd4451554e0909d (diff)
Fix typo, __STRICT_ANSI_ -> __STRICT_ANSI__
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index a224949b38f..ab570dde8e2 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -1,4 +1,4 @@
-/* $NetBSD: stdio.h,v 1.17 1996/01/20 01:36:30 jtc Exp $ */
+/* $NetBSD: stdio.h,v 1.18 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