[dvblast-devel] Include netinet/in.h for struct in_addr
Georgi Chorbadzhiyski
gf at unixsol.org
Sat Oct 15 22:05:38 CEST 2016
On 10/15/16 7:59 PM, Dmitry Marakasov wrote:
> dvblast | branch: master | Dmitry Marakasov <amdmi3 at amdmi3.ru> | Tue Oct 11 18:38:21 2016 +0300| [847a2ee1eb7e67b80823fa95dcdec629dab68617] | committer: Dmitry Marakasov
>
> Include netinet/in.h for struct in_addr
>
>> http://git.videolan.org/gitweb.cgi/dvblast.git/?a=commit;h=847a2ee1eb7e67b80823fa95dcdec629dab68617
> ---
>
> dvblast.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/dvblast.h b/dvblast.h
> index 3171f13..c6d98c8 100644
> --- a/dvblast.h
> +++ b/dvblast.h
> @@ -24,6 +24,7 @@
> #include <netdb.h>
> #include <sys/socket.h>
> #include <netinet/udp.h>
> +#include <netinet/in.h>
> #include <netinet/ip.h>
>
> #include "config.h"
These changes are not seen in:
https://code.videolan.org/videolan/dvblast
and the URL in the commit email is returning "404 - No such project"
So which is the correct git address because using the URL that VideoLan
gitlab is giving is not working as expected (missing commits).
gf at gwork:~/git/dvblast$ g remote -v
github git://github.com/gfto/dvblast.git (fetch)
github git at github.com:gfto/dvblast.git (push)
origin https://code.videolan.org/videolan/dvblast.git (fetch)
origin https://code.videolan.org/videolan/dvblast.git (push)
gf at gwork:~/git/dvblast$ git pull origin
Already up-to-date.
gf at gwork:~/git/dvblast$ git log origin/master | head -n 10
commit 446507480162eaeb185c6ac124810a6fe972b798
Author: Christophe Massiot <cmassiot at openheadend.tv>
Date: Tue Mar 8 16:47:00 2016 +0100
Add ECM PIDs from PID descriptors to new services
Patch courtesy of Daniel Kucera.
--
Georgi Chorbadzhiyski | http://georgi.unixsol.org/ | http://github.com/gfto/
More information about the dvblast-devel
mailing list