diff options
Diffstat (limited to 'converters/aish')
-rw-r--r-- | converters/aish/files/patch-ai_unix.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/aish/files/patch-ai_unix.c b/converters/aish/files/patch-ai_unix.c new file mode 100644 index 0000000..1dede12 --- /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 |