Date: Fri, 12 Nov 1999 02:11:49 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd bootp.h bootpd.h bptypes.h Message-ID: <199911121011.CAA02948@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 1999/11/12 02:11:49 PST
Modified files:
libexec/bootpd bootp.h bootpd.h bptypes.h
Log:
Fix bootpd for Alpha.
bptypes.h originally defined int32 to be of type long. This obviously
doesn't work on the Alpha. By defining int32 (and u_int32) in terms of
int32_t (and u_int32_t) it now is what it says it should be.
Two occurrences of 'unsigned int32' have been changed to 'u_int32' for
consistency.
Submitted by: Wilko Bulte <wilko@yedi.iaf.nl>
Revision Changes Path
1.5 +3 -3 src/libexec/bootpd/bootp.h
1.2 +3 -1 src/libexec/bootpd/bootpd.h
1.2 +6 -6 src/libexec/bootpd/bptypes.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911121011.CAA02948>
