[BACK]Return to siofile.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / aucat

Diff for /src/usr.bin/aucat/Attic/siofile.c between version 1.12 and 1.13

version 1.12, 2012/06/27 06:46:44 version 1.13, 2013/11/18 17:37:45
Line 57 
Line 57 
 int siofile_nfds(struct file *);  int siofile_nfds(struct file *);
 int siofile_pollfd(struct file *, struct pollfd *, int);  int siofile_pollfd(struct file *, struct pollfd *, int);
 int siofile_revents(struct file *, struct pollfd *);  int siofile_revents(struct file *, struct pollfd *);
   void siofile_cb(void *, int);
   
 struct fileops siofile_ops = {  struct fileops siofile_ops = {
         "sio",          "sio",

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13