aboutsummaryrefslogtreecommitdiff
path: root/patches/linux/2.6.32.27/100-unifdef-strclpy.patch
Commit message (Collapse)AuthorAgeFilesLines
* Convert the rest of packages to new frameworkAlexey Neyman2017-07-081-11/+0
| | | | Signed-off-by: Alexey Neyman <stilor@att.net>
* Fix unifdef in Linux 2.6.32 on macosAlexey Neyman2017-03-091-0/+11
... 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>