summaryrefslogtreecommitdiffstats
path: root/converters/aish/files/patch-ai_unix.c
blob: 1dede121cd741e4a3fa5294160b170f13c745d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
OpenPOWER on IntegriCloud