comparison packages/net/common/current/ChangeLog @ 235:f9db7cb0692e

Pedantic include of <errno.h>
author gthomas
date Wed, 10 Jul 2002 15:26:27 +0000
parents ff3465255c3a
children d364b93024e5
comparison
equal deleted inserted replaced
234:d397603b9e4b 235:f9db7cb0692e
1 2002-07-10 Gary Thomas <gary@chez-thomas.org>
2
3 * src/inet_addr.c:
4 * src/getproto.c:
5 * src/dhcp_prot.c:
6 * src/bootp_support.c: Pedantic - make sure "errno" is defined.
7
1 2002-07-04 Jonathan Larmour <jlarmour@redhat.com> 8 2002-07-04 Jonathan Larmour <jlarmour@redhat.com>
2 9
3 * src/dhcp_prot.c (_dhcp_copy): Remove. Unnecessary as we can never 10 * src/dhcp_prot.c (_dhcp_copy): Remove. Unnecessary as we can never
4 receive a packet longer than sizeof(struct bootp) 11 receive a packet longer than sizeof(struct bootp)
5 (do_dhcp): Also set giaddr to 0 before sends. 12 (do_dhcp): Also set giaddr to 0 before sends.