bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sys/ucred.h on NetBSD


From: Thomas Klausner
Subject: sys/ucred.h on NetBSD
Date: Thu, 10 Apr 2003 15:05:23 +0200

Hi!

I just read the coretools configure script output on NetBSD-1.6K,
and it said:
checking sys/ucred.h presence... yes
configure: WARNING: sys/ucred.h: present but cannot be compiled
configure: WARNING: sys/ucred.h: check for missing prerequisite headers?
configure: WARNING: sys/ucred.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##

config.log says:
configure:5204: cc -c -O2 -I/usr/pkg/include   -I/usr/pkg/include conftest.c >&5
In file included from /usr/include/sys/mount.h:42,
                 from conftest.c:75:
/usr/include/sys/ucred.h:51: `NGROUPS' undeclared here (not in a function)
/usr/include/sys/ucred.h:59: `NGROUPS' undeclared here (not in a function)


The getmntinfo(3) man page on NetBSD says:
SYNOPSIS
     #include <sys/param.h>
     #include <sys/ucred.h>
     #include <sys/mount.h>

     int
     getmntinfo(struct statfs **mntbufp, int flags);


Cheers,
 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]