Ignore:
Timestamp:
Jun 8, 2009, 11:51:32 AM (16 years ago)
Author:
Paul Smedley
Message:

More code tidyups, remove some unnecessary #ifndef TARGET_OS2 by adding some more stub functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/include/linux/fs.h

    r441 r445  
    233233
    234234struct file_operations {
     235        struct module *owner;
    235236        loff_t (*llseek) (struct file *, loff_t, int);
    236237        int (*read) (struct file *, char *, size_t, loff_t *);
Note: See TracChangeset for help on using the changeset viewer.