1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/converters/aish/files/patch-ai_unix.c

14 lines
241 B
C
Raw Normal View History

$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