summaryrefslogtreecommitdiff
path: root/textproc/unroff/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/unroff/patches/patch-ad')
-rw-r--r--textproc/unroff/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/unroff/patches/patch-ad b/textproc/unroff/patches/patch-ad
new file mode 100644
index 00000000000..9a9fb066d3d
--- /dev/null
+++ b/textproc/unroff/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1 2006/01/10 16:34:09 joerg Exp $
+
+--- src/error.h.orig 2006-01-10 16:20:51.000000000 +0000
++++ src/error.h
+@@ -12,9 +12,5 @@ void read_error(char *) NORETURN;
+ void write_error(char *) NORETURN;
+ void open_error(char *) NORETURN;
+
+-/* Redefined to add NORETURN
+- */
+-extern Primitive_Error() NORETURN;
+-
+ char *printable_string(char *, int);
+ char *printable_char(char);