Date: Wed, 22 Jan 2003 08:45:06 -0800 (PST) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 24073 for review Message-ID: <200301221645.h0MGj6F4041613@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=24073 Change 24073 by des@des.at.des.thinksec.com on 2003/01/22 08:44:40 #include <sys/types.h> (for size_t) against my better judgement. Solaris does it too, so at least I'm not the odd one out. Affected files ... .. //depot/projects/openpam/include/security/pam_types.h#8 edit Differences ... ==== //depot/projects/openpam/include/security/pam_types.h#8 (text+ko) ==== @@ -31,12 +31,14 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $P4: //depot/projects/openpam/include/security/pam_types.h#7 $ + * $P4: //depot/projects/openpam/include/security/pam_types.h#8 $ */ #ifndef _PAM_TYPES_H_INCLUDED #define _PAM_TYPES_H_INCLUDED +#include <sys/types.h> + #ifdef __cplusplus extern "C" { #endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301221645.h0MGj6F4041613>