ANSIfy another function (overlooked that one...).

This commit is contained in:
wiz 2002-03-05 19:26:42 +00:00
parent ad41eb4f49
commit a5643639a9

View File

@ -1,4 +1,4 @@
/* $NetBSD: support.c,v 1.5 2002/03/05 19:25:16 wiz Exp $ */ /* $NetBSD: support.c,v 1.6 2002/03/05 19:26:42 wiz Exp $ */
/* /*
* Copyright (c) 1980, 1993 * Copyright (c) 1980, 1993
@ -38,7 +38,7 @@
#if 0 #if 0
static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93"; static char sccsid[] = "@(#)aux.c 8.1 (Berkeley) 6/6/93";
#else #else
__RCSID("$NetBSD: support.c,v 1.5 2002/03/05 19:25:16 wiz Exp $"); __RCSID("$NetBSD: support.c,v 1.6 2002/03/05 19:26:42 wiz Exp $");
#endif #endif
#endif /* not lint */ #endif /* not lint */
@ -216,9 +216,7 @@ gethfield(FILE *f, char linebuf[], int rem, char **colon)
*/ */
char* char*
ishfield(linebuf, colon, field) ishfield(char linebuf[], char *colon, char field[])
char linebuf[], field[];
char *colon;
{ {
char *cp = colon; char *cp = colon;