diff src/unexhp9k3.c @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 850242ba4a81
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/unexhp9k3.c	Mon Aug 13 10:32:23 2007 +0200
+++ b/src/unexhp9k3.c	Mon Aug 13 10:33:18 2007 +0200
@@ -235,7 +235,7 @@
       char buf[1024];
       int remaining = bytes;
 
-      bzero (buf, sizeof(buf));
+      memset (buf, 0, sizeof(buf));
   
       while (remaining > 0)
         {