Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2009 11:49:42 +1000 (EST)
From:      Bruce Evans <brde@optusnet.com.au>
To:        John Baldwin <jhb@freebsd.org>
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:  <20090613113554.E22985@delplex.bde.org>
In-Reply-To: <200906121813.n5CIDY1c089109@svn.freebsd.org>
References:  <200906121813.n5CIDY1c089109@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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).

Bruce



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