This should have been all on one line anyway - and hey, it fixes my build
issue.
This commit is contained in:
parent
4750a01617
commit
90ee124aaf
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: error.c,v 1.34 2007/12/15 19:44:37 perry Exp $ */
|
||||
/* $NetBSD: error.c,v 1.35 2007/12/18 07:25:00 dogcow Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)error.c 8.2 (Berkeley) 5/4/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: error.c,v 1.34 2007/12/15 19:44:37 perry Exp $");
|
||||
__RCSID("$NetBSD: error.c,v 1.35 2007/12/18 07:25:00 dogcow Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -71,8 +71,7 @@ volatile int intpending;
|
||||
char *commandname;
|
||||
|
||||
|
||||
static void exverror(int, const char *, va_list)
|
||||
__dead;
|
||||
static void exverror(int, const char *, va_list) __dead;
|
||||
|
||||
/*
|
||||
* Called to raise an exception. Since C doesn't include exceptions, we
|
||||
|
Loading…
Reference in New Issue
Block a user