<ctype.h> is unused. What's still needed is <sys/cdefs.h> (which is
usually included at that place anyways). From Slava Semushin <slava.semushin@gmail.com>.
This commit is contained in:
parent
e82df7e165
commit
f2799c52e5
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: tmp.c,v 1.11 2003/08/07 11:32:34 jdolecek Exp $ */
|
||||
/* $NetBSD: tmp.c,v 1.12 2007/02/21 20:15:17 hubertf Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2000-2003 The NetBSD Foundation, Inc.
|
||||
@ -68,10 +68,10 @@
|
||||
* SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <ctype.h>
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: tmp.c,v 1.11 2003/08/07 11:32:34 jdolecek Exp $");
|
||||
__RCSID("$NetBSD: tmp.c,v 1.12 2007/02/21 20:15:17 hubertf Exp $");
|
||||
__SCCSID("@(#)tmp.c 8.1 (Berkeley) 6/6/93");
|
||||
#endif /* not lint */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user