megacoffee.net Gentoo overlay - legacy mirror
We have moved to Git. This repository is only provided for compatibility with old installations. Learn how to migrate your installation here.
comparison media-libs/blackmagic-desktop-video/files/9-8-strict-prototypes.patch @ 79:33ab6d742b71
media-libs/blackmagic-desktop-video: fixing compilation on recent kernels ("strict prototypes")
author | Daniel Neugebauer <dneuge@energiequant.de> |
---|---|
date | Sun, 19 Oct 2014 15:35:35 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
78:2d2f9db318d2 | 79:33ab6d742b71 |
---|---|
1 --- a/blackmagic-desktop-video-9.8/usr/src/desktopvideo-9.8a2/blackmagic_iml.h 2014-10-19 15:27:24.042563486 +0200 | |
2 +++ b/blackmagic-desktop-video-9.8/usr/src/desktopvideo-9.8a2/blackmagic_iml.h 2014-10-19 15:27:43.826053672 +0200 | |
3 @@ -42,7 +42,7 @@ | |
4 | |
5 /* Init and Startup */ | |
6 extern int blackmagic_ioctl_private(void *, void *, unsigned int, unsigned long); | |
7 -extern void *dl_alloc_driver(); | |
8 +extern void *dl_alloc_driver(void); | |
9 extern int dl_start_driver(void *, void *, unsigned int* flags); | |
10 extern void *dl_create_and_init_user_client(void *, void *); | |
11 extern void dl_release_user_client(void *); |