This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[crosstool-ng/crosstool-ng] 7603e2: Fix unifdef in Linux 2.6.32 on macos


  Branch: refs/heads/master
  Home:   https://github.com/crosstool-ng/crosstool-ng
  Commit: 7603e24b4f0a015d5166613cb8492c156aa9ae9d
      https://github.com/crosstool-ng/crosstool-ng/commit/7603e24b4f0a015d5166613cb8492c156aa9ae9d
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    A patches/linux/2.6.32.27/100-unifdef-strclpy.patch

  Log Message:
  -----------
  Fix unifdef in Linux 2.6.32 on macos

... which fails to compile due to incompatible prototype for strlcpy()
which isn't even used.

2.6.33 dropped the prototype, so the patch is n/a for newer kernels.

Signed-off-by: Alexey Neyman <stilor@att.net>


  Commit: 102d25caebf5893493871985cb8433884c23d2cb
      https://github.com/crosstool-ng/crosstool-ng/commit/102d25caebf5893493871985cb8433884c23d2cb
  Author: Alexey Neyman <stilor@att.net>
  Date:   2017-03-09 (Thu, 09 Mar 2017)

  Changed paths:
    A patches/linux/2.6.32.27/100-unifdef-strclpy.patch

  Log Message:
  -----------
  Merge pull request #638 from stilor/macos-linux-2.6.32

Fix unifdef in Linux 2.6.32 on macos


Compare: https://github.com/crosstool-ng/crosstool-ng/compare/bfcc1e112a79...102d25caebf5

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]