From 7baa7d06cf60a96d45c4a33ac4b83042a409e6f0 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Fri, 25 Jul 1997 20:30:28 +0000 Subject: #if __STDC__ --> #ifdef __STDC__ --- lib/libpcap/gencode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libpcap/gencode.h') diff --git a/lib/libpcap/gencode.h b/lib/libpcap/gencode.h index b90d5bc70a2..68eea820dbb 100644 --- a/lib/libpcap/gencode.h +++ b/lib/libpcap/gencode.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gencode.h,v 1.4 1996/07/12 13:19:08 mickey Exp $ */ +/* $OpenBSD: gencode.h,v 1.5 1997/07/25 20:30:18 mickey Exp $ */ /* * Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996 @@ -155,7 +155,7 @@ struct block *gen_multicast(int); struct block *gen_inbound(int); void bpf_optimize(struct block **); -#if __STDC__ +#ifdef __STDC__ __dead void bpf_error(const char *, ...) __attribute__((volatile, format (printf, 1, 2))); #endif -- cgit v1.2.3