Deleted Added
full compact
9a10
> #include "ntp_rfc2553.h"
341,342c342,343
< extern char * dofptoa P((u_fp, int, int, int));
< extern char * dolfptoa P((u_long, u_long, int, int, int));
---
> extern char * dofptoa P((u_fp, int, short, int));
> extern char * dolfptoa P((u_long, u_long, int, short, int));
346,348c347,348
< extern char * fptoa P((s_fp, int));
< extern char * fptoms P((s_fp, int));
< extern char * fptoms P((s_fp, int));
---
> extern char * fptoa P((s_fp, short));
> extern char * fptoms P((s_fp, short));
364,365c364,365
< #define ntoa(_sin) numtoa((_sin)->sin_addr.s_addr)
< #define ntohost(_sin) numtohost((_sin)->sin_addr.s_addr)
---
> #define stoa(_sin) socktoa((_sin))
> #define stohost(_sin) socktohost((_sin))
366a367,369
> #define ntoa(_sin) stoa(_sin)
> #define ntohost(_sin) stohost(_sin)
>