Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/converters/aish/files/patch-ai_unix.c
16461 views
1
--- ai_unix.c.orig Fri Jun 7 12:59:05 2002
2
+++ ai_unix.c Fri Jun 7 13:00:49 2002
3
@@ -15,7 +15,7 @@
4
char *ptr;
5
{
6
#ifdef BZ_BSD
7
- return bzero( ptr, len );
8
+ bzero( ptr, len );
9
#else
10
return memset( ptr, '\0', len );
11
#endif
12
13