linux-2.6.25.19-export-linux-aout.patch 739 B

123456789101112131415161718192021222324
  1. [PATCH] export linux/a.out.h
  2. Export linux/a.out.h like we do for asm/a.out.h. One minor complication is
  3. that the interesting stuff is protected by an CONFIG_ARCH_SUPPORTS_AOUT ifdef,
  4. so make sure this gets defined for unifdef.
  5. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
  6. ---
  7. include/linux/Kbuild | 2 ++
  8. 1 file changed, 2 insertions(+)
  9. Index: linux-2.6.25.6/include/linux/Kbuild
  10. ===================================================================
  11. --- linux-2.6.25.6.orig/include/linux/Kbuild
  12. +++ linux-2.6.25.6/include/linux/Kbuild
  13. @@ -159,6 +159,8 @@
  14. header-y += videotext.h
  15. header-y += x25.h
  16. +UNIFDEF += -DCONFIG_ARCH_SUPPORTS_AOUT
  17. +unifdef-y += a.out.h
  18. unifdef-y += acct.h
  19. unifdef-y += adb.h
  20. unifdef-y += adfs_fs.h