aports/community/virtualbox-guest-additions/uclibc-gnu_linux.patch
2017-01-24 12:30:02 +00:00

12 lines
381 B
Diff

--- ./src/libs/kStuff/kStuff/include/k/kDefs.h.orig
+++ ./src/libs/kStuff/kStuff/include/k/kDefs.h
@@ -82,7 +82,7 @@
# define K_OS K_OS_DRAGONFLY
# elif defined(__FreeBSD__) /*??*/
# define K_OS K_OS_FREEBSD
-# elif defined(__gnu_linux__)
+# elif defined(__linux__)
# define K_OS K_OS_LINUX
# elif defined(__NetBSD__) /*??*/
# define K_OS K_OS_NETBSD