Changeset d239d986 in rtems


Ignore:
Timestamp:
02/09/09 22:18:30 (15 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 5, master
Children:
bc182456
Parents:
2659fa26
Message:

Remove struct file, soo_ioctl, soo_select, soo_stat, getsock (Unused).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libnetworking/sys/socketvar.h

    r2659fa26 rd239d986  
    212212struct sockaddr;
    213213struct stat;
    214 struct file;
    215 
    216 /*
    217  * File operations on sockets.
    218  */
    219 int     soo_ioctl(struct file *fp, int cmd, caddr_t data,
    220             struct proc *p);
    221 int     soo_select(struct file *fp, int which, struct proc *p);
    222 int     soo_stat(struct socket *so, struct stat *ub);
    223214
    224215/*
    225216 * From uipc_socket and friends
    226217 */
    227 int     getsock(struct filedesc *fdp, int fdes, struct file **fpp);
    228218int     sockargs(struct mbuf **mp, caddr_t buf, int buflen, int type);
    229219void    sbappend(struct sockbuf *sb, struct mbuf *m);
Note: See TracChangeset for help on using the changeset viewer.