diff options
Diffstat (limited to 'usr.bin/patch/pch.c')
-rw-r--r-- | usr.bin/patch/pch.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/patch/pch.c b/usr.bin/patch/pch.c index 8a635ad..38375c5 100644 --- a/usr.bin/patch/pch.c +++ b/usr.bin/patch/pch.c @@ -30,9 +30,6 @@ * behaviour */ -#include <sys/cdefs.h> -__RCSID("$NetBSD: pch.c,v 1.30 2018/06/18 18:33:31 christos Exp $"); - #include <sys/types.h> #include <sys/stat.h> @@ -448,7 +445,7 @@ skip_to(LINENUM file_pos, LINENUM file_line) } /* Make this a function for better debugging. */ -__dead static void +static void malformed(void) { fatal("malformed patch at line %ld: %s", p_input_line, buf); |