1. 21 4月, 2010 1 次提交
    • J
      UML: Fix compiler warning due to missing task_struct declaration · 4cb3ca7c
      Jan Kiszka 提交于
      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: NJan Kiszka <jan.kiszka@web.de>
      Signed-off-by: NJiri Kosina <jkosina@suse.cz>
      4cb3ca7c
  2. 20 4月, 2010 5 次提交
  3. 14 4月, 2010 2 次提交
  4. 08 4月, 2010 1 次提交
  5. 01 4月, 2010 1 次提交
  6. 29 3月, 2010 1 次提交
  7. 25 3月, 2010 1 次提交
  8. 24 3月, 2010 1 次提交
  9. 19 3月, 2010 2 次提交
  10. 18 3月, 2010 3 次提交
  11. 16 3月, 2010 1 次提交
  12. 15 3月, 2010 7 次提交
  13. 13 3月, 2010 14 次提交