/[openvortex]/alsa/include/compat_22.h
ViewVC logotype

Diff of /alsa/include/compat_22.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by vizard, Tue Apr 15 20:50:49 2003 UTC revision 1.2 by vizard, Sun Jun 15 21:01:32 2003 UTC
# Line 86  static __inline__ void list_del_init(str Line 86  static __inline__ void list_del_init(str
86          do { __restore_flags(flags); } while (0)          do { __restore_flags(flags); } while (0)
87    
88  /* Some distributions use modified kill_fasync */  /* Some distributions use modified kill_fasync */
89    #ifdef CONFIG_OLD_KILL_FASYNC
90  #include <linux/fs.h>  #include <linux/fs.h>
91  #undef kill_fasync  #undef kill_fasync
92  #define kill_fasync(fp, sig, band) snd_wrapper_kill_fasync(fp, sig, band)  #define kill_fasync(fp, sig, band) snd_wrapper_kill_fasync(fp, sig, band)
93  void snd_wrapper_kill_fasync(struct fasync_struct **, int, int);  void snd_wrapper_kill_fasync(struct fasync_struct **, int, int);
94    #endif
95    
96  /* this is identical with tq_struct but the "routine" field is renamed to "func" */  /* this is identical with tq_struct but the "routine" field is renamed to "func" */
97  struct tasklet_struct {  struct tasklet_struct {

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26