opnsense-ports/textproc/unroff/files/patch-c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

14 lines
334 B
Text

--- 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);