Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jun 2009 11:43:28 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        Bruce Evans <brde@optusnet.com.au>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r194071 - head/lib/libutil
Message-ID:  <200906151143.28890.jhb@freebsd.org>
In-Reply-To: <20090613113554.E22985@delplex.bde.org>
References:  <200906121813.n5CIDY1c089109@svn.freebsd.org> <20090613113554.E22985@delplex.bde.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 12 June 2009 9:49:42 pm Bruce Evans wrote:
> On Fri, 12 Jun 2009, John Baldwin wrote:
> 
> > Log:
> >  - Note that these interfaces require <sys/user.h> for the structure
> >    definitions.
> 
> This should be noted somewhere other than in the synopsis.  Struct
> definitions may or may not be needed for using a function, but one
> place where they are certainly not needed is for calling a function
> (unless the API involves complete structs or the public header is
> missing a forward declaration).

Hmm, I was just copying from kvm_getprocs(3).  I've updated them to refer to 
the header inline instead.

-- 
John Baldwin



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