From a009d94459a8c8e126dadc8ee335b5833556dac7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Aug 2006 01:10:02 +0000 Subject: 2006-08-30 Joel Sherrill * ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, libnetworking/rtems/rtems_bsdnet_internal.h, libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings due to improper use of int which shows up on 16 bit targets. Added ioctl_command_t since IOCTL command argument does not reliably fit into 16 bits. --- cpukit/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'cpukit/ChangeLog') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 0b360a93b4..01519f2399 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,18 @@ +2006-08-30 Joel Sherrill + + * ftpd/ftpd.c, libcsupport/include/sys/ioccom.h, + libcsupport/src/ioctl.c, libnetworking/kern/uipc_mbuf.c, + libnetworking/libc/inet_addr.c, libnetworking/net/ethernet.h, + libnetworking/net/if.c, libnetworking/net/if_ethersubr.c, + libnetworking/net/if_ppp.c, libnetworking/net/if_pppvar.h, + libnetworking/net/if_var.h, libnetworking/net/ppp_tty.c, + libnetworking/netinet/in_cksum.c, libnetworking/nfs/bootp_subr.c, + libnetworking/rtems/rtems_bsdnet_internal.h, + libnetworking/sys/mbuf.h, pppd/md4.c, pppd/pppd.h: Remove warnings + due to improper use of int which shows up on 16 bit targets. Added + ioctl_command_t since IOCTL command argument does not reliably fit + into 16 bits. + 2006-08-30 Joel Sherrill * libcsupport/include/sys/ioccom.h, libnetworking/kern/uipc_socket2.c, -- cgit v1.2.3