Skip to content
  • Eric S. Raymond's avatar
    Use ANSI fixed-length 32-bit types from stdint.h rather than home-brew ones. · 1d8d63b6
    Eric S. Raymond authored
    The result of
    
    replace u_int32 uint32_t */*.[ch]
    replace 'int32 ' 'int32_t ' */*.[ch]
    replace '(int32)' '(int32_t)' */*.[ch]
    replace 'int32,' 'int32_t,' */*.[ch]
    replace 'int32	' 'int32_t	' */*.[ch]
    
    followed by one fixup of a variable with the unfortunate name uint32.
    
    This change banishes a lot of ugly cuft from include/ntp_types.h
    1d8d63b6