From 6700bfc4b8f75e2b700e19d8a33c5dce194738fa Mon Sep 17 00:00:00 2001 From: Pete Fritchman Date: Fri, 7 Jun 2002 17:48:47 +0000 Subject: Fix build on -current. Submitted by: bento --- converters/aish/files/patch-ai_unix.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 converters/aish/files/patch-ai_unix.c (limited to 'converters/aish') diff --git a/converters/aish/files/patch-ai_unix.c b/converters/aish/files/patch-ai_unix.c new file mode 100644 index 000000000000..1dede121cd74 --- /dev/null +++ b/converters/aish/files/patch-ai_unix.c @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ai_unix.c.orig Fri Jun 7 12:59:05 2002 ++++ ai_unix.c Fri Jun 7 13:00:49 2002 +@@ -15,7 +15,7 @@ + char *ptr; + { + #ifdef BZ_BSD +- return bzero( ptr, len ); ++ bzero( ptr, len ); + #else + return memset( ptr, '\0', len ); + #endif -- cgit v1.2.3