From 757841a64a040db27bdb9f81c0405bcbd5ef08e7 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 1 May 1996 13:07:31 +0000 Subject: [PATCH] typo in __STRICT_ANSI__ --- include/stdio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/stdio.h b/include/stdio.h index 63a1067196e..777c8001a50 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 #endif -- 2.20.1