Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Dec 1998 10:59:48 -0800 (PST)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/include kvm.h
Message-ID:  <199812161859.KAA02614@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/12/16 10:59:48 PST

  Modified files:
    include              kvm.h 
  Log:
  Declare size_t and ssize_t if they are not already declared, so that
  <kvm.h> is self-sufficient again.
  
  Moved typedefs and forward struct declarations out of __BEGIN_DECLS/
  __END_DECLS.
  
  Don't comment out the prototype for kvm_uread().  This was a 4 year
  old kludge for previous breakage of self-sufficiency.  The prototypwe
  was broken instead.
  
  Fixed bitrot (const poisoning) in the type of kvm_uread().
  
  Fixed order of the declaration of kvm_uread().
  
  Revision  Changes    Path
  1.6       +15 -6     src/include/kvm.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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