forked from Imagelibrary/rtems
2006-09-01 Joel Sherrill <joel@OARcorp.com>
* libnetworking/net/if_loop.c: Remove warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2006-09-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* libnetworking/net/if_loop.c: Remove warning.
|
||||||
|
|
||||||
2006-09-01 Till Straumann <strauman@slac.stanford.edu>
|
2006-09-01 Till Straumann <strauman@slac.stanford.edu>
|
||||||
|
|
||||||
* pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'
|
* pppd/rtems.main.c, pppd/pppd.h: renamed 'untimeout'
|
||||||
|
|||||||
@@ -85,7 +85,7 @@
|
|||||||
#include <netatalk/at_var.h>
|
#include <netatalk/at_var.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int loioctl(struct ifnet *, u_long, caddr_t);
|
static int loioctl(struct ifnet *, ioctl_command_t, caddr_t);
|
||||||
static void lortrequest(int, struct rtentry *, struct sockaddr *);
|
static void lortrequest(int, struct rtentry *, struct sockaddr *);
|
||||||
|
|
||||||
void rtems_bsdnet_loopattach(void *);
|
void rtems_bsdnet_loopattach(void *);
|
||||||
@@ -244,7 +244,7 @@ lortrequest(cmd, rt, sa)
|
|||||||
static int
|
static int
|
||||||
loioctl(ifp, cmd, data)
|
loioctl(ifp, cmd, data)
|
||||||
register struct ifnet *ifp;
|
register struct ifnet *ifp;
|
||||||
u_long cmd;
|
ioctl_command_t cmd;
|
||||||
caddr_t data;
|
caddr_t data;
|
||||||
{
|
{
|
||||||
register struct ifaddr *ifa;
|
register struct ifaddr *ifa;
|
||||||
|
|||||||
Reference in New Issue
Block a user