From de0519636e72969a9359cf27a32e00375235e343 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 15 Mar 2002 18:19:54 +0000 Subject: Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things the ANSI way. --- sys/lib/libsa/stand.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'sys/lib/libsa/stand.h') diff --git a/sys/lib/libsa/stand.h b/sys/lib/libsa/stand.h index e455a713206..bd012095eea 100644 --- a/sys/lib/libsa/stand.h +++ b/sys/lib/libsa/stand.h @@ -1,4 +1,4 @@ -/* $OpenBSD: stand.h,v 1.38 2002/03/14 03:16:10 millert Exp $ */ +/* $OpenBSD: stand.h,v 1.39 2002/03/15 18:19:52 millert Exp $ */ /* $NetBSD: stand.h,v 1.18 1996/11/30 04:35:51 gwr Exp $ */ /*- @@ -39,11 +39,7 @@ #include #include #include -#ifdef __STDC__ #include -#else -#include -#endif #include "saioctl.h" #include "saerrno.h" -- cgit v1.2.3