File: gcc-10-sid-redefinition.patch

package info (click to toggle)
linuxtv-dvb-apps 1.1.1%2Brev1500-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,980 kB
  • sloc: ansic: 49,043; makefile: 810; perl: 236; sh: 110; xml: 13
file content (10 lines) | stat: -rw-r--r-- 461 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
--- linuxtv-dvb-apps-1.1.1+rev1500.orig/util/alevt/vbi.c
+++ linuxtv-dvb-apps-1.1.1+rev1500/util/alevt/vbi.c
@@ -35,7 +35,6 @@ static void dvb_handler(struct vbi *vbi,
 
 static u8 *rawbuf; // one common buffer for raw vbi data
 static int rawbuf_size; // its current size
-u_int16_t sid;
 static char *vbi_names[]
 	= { "/dev/vbi", "/dev/vbi0", "/dev/video0", "/dev/dvb/adapter0/demux0",
 	NULL }; // default device names if none was given at the command line