K 10 svn:author V 6 marcel K 8 svn:date V 27 1999-11-12T10:11:48.000000Z K 7 svn:log V 357 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 END