summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/sys
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-02-09 22:18:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-02-09 22:18:30 +0000
commitd239d9866a9acac2af39f6c5835f98e8329601f1 (patch)
tree1ae97ed760baa48398422016f53d628a871bf52c /cpukit/libnetworking/sys
parentRegenerate. (diff)
downloadrtems-d239d9866a9acac2af39f6c5835f98e8329601f1.tar.bz2
Remove struct file, soo_ioctl, soo_select, soo_stat, getsock (Unused).
Diffstat (limited to 'cpukit/libnetworking/sys')
-rw-r--r--cpukit/libnetworking/sys/socketvar.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/libnetworking/sys/socketvar.h b/cpukit/libnetworking/sys/socketvar.h
index 91bea582c9..119d9834d5 100644
--- a/cpukit/libnetworking/sys/socketvar.h
+++ b/cpukit/libnetworking/sys/socketvar.h
@@ -211,20 +211,10 @@ struct filedesc;
struct mbuf;
struct sockaddr;
struct stat;
-struct file;
-
-/*
- * File operations on sockets.
- */
-int soo_ioctl(struct file *fp, int cmd, caddr_t data,
- struct proc *p);
-int soo_select(struct file *fp, int which, struct proc *p);
-int soo_stat(struct socket *so, struct stat *ub);
/*
* From uipc_socket and friends
*/
-int getsock(struct filedesc *fdp, int fdes, struct file **fpp);
int sockargs(struct mbuf **mp, caddr_t buf, int buflen, int type);
void sbappend(struct sockbuf *sb, struct mbuf *m);
int sbappendaddr(struct sockbuf *sb, struct sockaddr *asa,