1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/vietnamese/vnless/files/patch-05
David E. O'Brien a327c7c4dc VNless is a port of a very old version of GNU's less that suports the display
of files written in the Vietnamese language using the VISCII (VIetnamese
Standard Code for Information Interchange) encoding.
1996-12-06 12:38:53 +00:00

14 lines
236 B
Plaintext

--- regerror.c.orig Mon Feb 24 12:45:41 1992
+++ regerror.c Wed Dec 4 02:42:23 1996
@@ -1,7 +1,9 @@
#include <stdio.h>
+
+#ifdef FBSD_HAS_THIS_IN_LIBCOMPAT
regerror(str)
char *str;
{
/* fprintf(stderr,"%s\n",str); */
}
-
+#endif