Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 1995 03:18:46 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        rgrimes@freefall.cdrom.com, rgrimes@gndrsh.aac.dev.com
Cc:        CVS-commiters@freefall.cdrom.com, cvs-include@freefall.cdrom.com
Subject:   Re: cvs commit: src/include kvm.h
Message-ID:  <199503201718.DAA23717@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>> rgrimes     95/03/20 08:17:51
>> 
>>   Modified:    include  kvm.h
>>   Log:
>>   Change u_long to unsigned long to be consistent.

>This is not the only thing wrong in kvm.h:  
>size_t as Bruce pointed out,
>struct proc is also now needed :-(.

These are easy to fix: replace size_t by unsigned (one more substitution
won't hurt); forward declare `struct proc' like the struct for kvm_t.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503201718.DAA23717>