Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220165
Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +2 lines)
Line  Link Here
0
-- libdvb-0.5.5.1.orig/sample_progs/cam_menu.hh    2008-01-28 10:23:53.000000000 +0100
0
++ libdvb-0.5.5.1/sample_progs/cam_menu.hh         2008-01-28 10:22:55.000000000 +0100
Lines 2-7 Link Here
2
 * cam_menu.hh
2
 * cam_menu.hh
3
 *
3
 *
4
 */
4
 */
5
#include <cstring>
5
#include <sys/types.h>
6
#include <sys/types.h>
6
#include <sys/socket.h>
7
#include <sys/socket.h>
(-)libdvb-0.5.5.1.orig/libdvbmpeg/ringbuffy.c (+1 lines)
Lines 19-24 Link Here
19
*/
19
*/
20
20
21
#include "ringbuffy.h"
21
#include "ringbuffy.h"
22
#include <string.h>
22
23
23
int ring_init (ringbuffy *rbuf, int size)
24
int ring_init (ringbuffy *rbuf, int size)
24
{
25
{

Return to bug 220165