Re: porting BSD to Freebsd

2001-07-20 Thread Marcelo Carvalho
--- Kris Kennaway <[EMAIL PROTECTED]> wrote: > You'll have to include more information about what > you're trying to > do. > > Kris > Thanks Kris. I'll try to be more specific: Currently, I'm porting a /sys/sys/malloc.h from BSD to FreeBSD. It turns out that the file I'm working on ha

Re: porting BSD to Freebsd

2001-07-20 Thread Brooks Davis
On Fri, Jul 20, 2001 at 03:37:25PM -0700, Marcelo Carvalho wrote: > In BSD, the /sys/malloc.h file has a list of > definitions of "types of memory to be allocated" that > doesn't appear in the corresponding file in Freebsd. > > Does anybody know where can I find the corresponding > information i