From: Harlan Stenn Date: Tue, 4 May 2004 07:43:00 +0000 (-0400) Subject: [Bug 305] More lint X-Git-Tag: NTP_4_2_3~167^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8020704bdf785de20c1dc5daefb5c2693efdef9;p=thirdparty%2Fntp.git [Bug 305] More lint bk: 40974984mdqAKFjMuYaqf8gzpsOy9Q --- diff --git a/ntpd/ntp_refclock.c b/ntpd/ntp_refclock.c index e0e9d461f..b33fc8949 100644 --- a/ntpd/ntp_refclock.c +++ b/ntpd/ntp_refclock.c @@ -213,7 +213,7 @@ refclock_newpeer( /* * Allocate and initialize interface structure */ - pp = emalloc(sizeof(struct refclockproc)); + pp = (struct refclockproc *)emalloc(sizeof(struct refclockproc)); if (pp == NULL) return (0);