forked from Imagelibrary/rtems
Changed prototype of rtems_bsdnet_makeFdForSocket to (void *) pointer
so that the libc code did not have to know about (struct socket).
This commit is contained in:
@@ -175,7 +175,7 @@ void bootpc_init(void);
|
||||
int socket (int, int, int);
|
||||
int ioctl (int, unsigned long, ...);
|
||||
struct socket *rtems_bsdnet_fdToSocket (int fd);
|
||||
int rtems_bsdnet_makeFdForSocket (struct socket *);
|
||||
int rtems_bsdnet_makeFdForSocket (void *);
|
||||
|
||||
/*
|
||||
* Events used by networking routines.
|
||||
|
||||
@@ -175,7 +175,7 @@ void bootpc_init(void);
|
||||
int socket (int, int, int);
|
||||
int ioctl (int, unsigned long, ...);
|
||||
struct socket *rtems_bsdnet_fdToSocket (int fd);
|
||||
int rtems_bsdnet_makeFdForSocket (struct socket *);
|
||||
int rtems_bsdnet_makeFdForSocket (void *);
|
||||
|
||||
/*
|
||||
* Events used by networking routines.
|
||||
|
||||
@@ -175,7 +175,7 @@ void bootpc_init(void);
|
||||
int socket (int, int, int);
|
||||
int ioctl (int, unsigned long, ...);
|
||||
struct socket *rtems_bsdnet_fdToSocket (int fd);
|
||||
int rtems_bsdnet_makeFdForSocket (struct socket *);
|
||||
int rtems_bsdnet_makeFdForSocket (void *);
|
||||
|
||||
/*
|
||||
* Events used by networking routines.
|
||||
|
||||
Reference in New Issue
Block a user