From owner-cvs-all Fri Nov 12 2:11:58 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D9EE14C3A; Fri, 12 Nov 1999 02:11:50 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA02948; Fri, 12 Nov 1999 02:11:49 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <199911121011.CAA02948@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 12 Nov 1999 02:11:49 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/libexec/bootpd bootp.h bootpd.h bptypes.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 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