Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2002 21:25:04 +0300
From:      "Andrey A. Chernov" <ache@nagual.pp.ru>
To:        mike@freebsd.org, current@freebsd.org
Subject:   <grp.h> fix is incomplete
Message-ID:  <20020307182504.GA20764@nagual.pp.ru>

next in thread | raw e-mail | index | archive | help
<grp.h> fix is incomplete because 'u_int32_t' is not defined (but must be)  
for standalone <grp.h>. Please add some includes for u_int32_t definition
too, probably <sys/types.h>

To see it, try to compile following program:

#include <grp.h>
main ()
{}

and get:
/usr/include/grp.h:53: syntax error before `gid_t'
/usr/include/grp.h:53: warning: data definition has no type or storage 
class
/usr/include/grp.h:59: syntax error before `gid_t'
/usr/include/grp.h:64: warning: parameter names (without types) in 
function declaration
/usr/include/grp.h:72: syntax error before `int'

-- 
Andrey A. Chernov
http://ache.pp.ru/

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




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