mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
f7aed7a00d
https://anaongit.gentoo.org/git/repo/gentoo.git @ 52dac7bdbb16f2353b15137165b69056034d7ad0 and parents for further source information.
12 lines
456 B
Diff
12 lines
456 B
Diff
--- a/common/lib/modules/fglrx/build_mod/firegl_public.c 2015-09-14 15:14:36.000000000 -0400
|
|
+++ b/common/lib/modules/fglrx/build_mod/firegl_public.c 2015-09-14 16:18:58.000000000 -0400
|
|
@@ -649,6 +649,8 @@ static int firegl_major_proc_read(struct
|
|
*eof = 1;
|
|
|
|
len = snprintf(buf, request, "%d\n", major);
|
|
+#elif LINUX_VERSION_CODE >= KERNEL_VERSION(4,3,0)
|
|
+ seq_printf(m, "%d\n", major);
|
|
#else
|
|
len = seq_printf(m, "%d\n", major);
|
|
#endif
|