Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 1997 11:07:28 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-include@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, davidn@freefall.freebsd.org
Subject:   Re: cvs commit:  src/include login_cap.h src/sys/sys types.h
Message-ID:  <199701060007.LAA18651@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>  Modified:    include   login_cap.h
>               sys/sys   types.h
>  Log:
>  Move typedef for rlim_t into sys/types.h (as per NetBSD).

It should be used instead of quad_t in <sys/resource.h>.  In the Feb 10
1996 NetBSD version if <sys/resource.h>, it is used in the declaration
of struct rlimit, but in the definition of RLIMIT_INFINITY, uquad_t is
used to avoid overflow - this is wrong mainly because it gives the
wrong type.

Bruce



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