Changeset 269 for GPL/trunk/alsa-kernel
- Timestamp:
- Nov 19, 2007, 7:04:04 AM (18 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  GPL/trunk/alsa-kernel/core/seq/seq_clientmgr.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      GPL/trunk/alsa-kernel/core/seq/seq_clientmgr.cr135 r269 2180 2180 } 2181 2181 2182 2183 static int snd_seq_ioctl(struct file *file,unsigned int cmd, unsigned long arg)2182 //PS++ static int snd_seq_ioctl(struct file *file, unsigned int cmd, unsigned long arg) 2183 static int snd_seq_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) 2184 2184 { 2185 2185 struct snd_seq_client *client = file->private_data; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
