From: Eugene K. <ek...@hi...> - 2000-07-16 03:49:34
|
Jeff Dike wrote: > at the top of the pool, extracting the initialization of system_utsname from > the cpp output, and sending it in? > > Jeff Here's the initialization from version.i : struct new_utsname system_utsname = { "Linux" , "(none)" , "2.4.0-test4-1um" , "#1 Sat Jul 15 17:59:50 PDT 2000" , "um" , "(none)" }; |