1. Apr 21, 2010
    • Jan Kiszka's avatar
      UML: Fix compiler warning due to missing task_struct declaration · 4cb3ca7c
      Jan Kiszka authored
      
      
      We can't pull in linux/sched.h due to circular dependency, so just
      forward-declare the struct.
      
      This fixes the following warning:
      
        CC      arch/um/sys-i386/elfcore.o
      In file included from /data/linux-2.6/include/linux/elf.h:8,
                       from /data/linux-2.6/arch/um/sys-i386/elfcore.c:2:
      arch/um/sys-i386/asm/elf.h:78: warning: ‘struct task_struct’ declared inside parameter list
      arch/um/sys-i386/asm/elf.h:78: warning: its scope is only this definition or declaration, which is probably not what you want
      
      I guess not many people build against i386 hosts anymore, so this
      remained widely unnoticed.
      
      Signed-off-by: default avatarJan Kiszka <jan.kiszka@web.de>
      Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
      4cb3ca7c
  2. Apr 20, 2010
  3. Apr 14, 2010
  4. Apr 08, 2010
  5. Apr 01, 2010
  6. Mar 29, 2010
  7. Mar 25, 2010
  8. Mar 24, 2010
  9. Mar 19, 2010
  10. Mar 18, 2010
  11. Mar 16, 2010
  12. Mar 15, 2010
  13. Mar 13, 2010