summaryrefslogtreecommitdiff
path: root/textproc/unroff/files/patch-c
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2003-11-09 01:39:22 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2003-11-09 01:39:22 +0000
commitd4754d3fd3a10ebab953d077c11bcb2d3b5ec391 (patch)
treec73ba1d965d10c2f1f875d732c65c08c8092825d /textproc/unroff/files/patch-c
parentRemove a patch forgotten in the last commit. (diff)
- Fix build
- Utilize DATADIR/DOCSDIR PR: 59012 Submitted by: Ports Fury
Diffstat (limited to 'textproc/unroff/files/patch-c')
-rw-r--r--textproc/unroff/files/patch-c14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/unroff/files/patch-c b/textproc/unroff/files/patch-c
new file mode 100644
index 000000000000..7f39b85b84f2
--- /dev/null
+++ b/textproc/unroff/files/patch-c
@@ -0,0 +1,14 @@
+--- src/error.h.orig Fri Jun 2 22:16:01 1995
++++ src/error.h Thu Nov 6 22:13:38 2003
+@@ -12,9 +12,11 @@
+ void write_error(char *) NORETURN;
+ void open_error(char *) NORETURN;
+
++#if 0
+ /* Redefined to add NORETURN
+ */
+ extern Primitive_Error() NORETURN;
++#endif
+
+ char *printable_string(char *, int);
+ char *printable_char(char);