lkml.org 
[lkml]   [1998]   [Dec]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject__bzero errors and replacement
Hey,

I recently messed up my system, so know that anything that uses __bzero
wont compile. I will reinstall everything soon, but thats not the issue.
Its my understanding the __bzero is old, and shouldnt be used anymore.
While trying to compile the kernel i have noticed to places that use it,
the menu xconfig, and build.c. I got the kernel to compile by doing make
menuconfig, and then i modified build.c. I put a #define __bzero(a,n)
(void)memset(a,b,1) at the top of the file, and got build.c to work, to
compress the kernel to a bzImage. Anyway, since bzero is old it might be
wise to replace it in make xconfig and build.c.
--
Jeff Knox

/*********************************************************/
/President of Elite Technologies /
/Beta Testing and Public Relations Coordinator for ReactOS/
/"Things only happen to others until they happen to us" /
/*********************************************************/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.112 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site