1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/converters/aish/files/patch-ai_unix.c
Mathieu Arnold 8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00

12 lines
230 B
C

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