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

(-)graphlcd-base-0.1.5.orig/glcddrivers/avrctl.c (+1 lines)
Lines 9-18 Link Here
9
 * (c) 2005 Andreas Regel <andreas.regel AT powarman.de>
9
 * (c) 2005 Andreas Regel <andreas.regel AT powarman.de>
10
 */
10
 */
11
11
12
#include <stdint.h>
12
#include <stdint.h>
13
#include <syslog.h>
13
#include <syslog.h>
14
#include <cstring>
14
15
15
#include "common.h"
16
#include "common.h"
16
#include "config.h"
17
#include "config.h"
17
#include "port.h"
18
#include "port.h"
18
#include "avrctl.h"
19
#include "avrctl.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/config.c (+2 lines)
Lines 9-18 Link Here
9
 * (c) 2004 Andreas Regel <andreas.regel AT powarman.de>
9
 * (c) 2004 Andreas Regel <andreas.regel AT powarman.de>
10
 */
10
 */
11
11
12
#include <syslog.h>
12
#include <syslog.h>
13
#include <fstream>
13
#include <fstream>
14
#include <cstring>
15
#include <cstdlib>
14
16
15
#include "common.h"
17
#include "common.h"
16
#include "config.h"
18
#include "config.h"
17
#include "drivers.h"
19
#include "drivers.h"
18
20
(-)graphlcd-base-0.1.5.orig/glcddrivers/framebuffer.c (+2 lines)
Lines 14-23 Link Here
14
#include <stdio.h>
14
#include <stdio.h>
15
#include <syslog.h>
15
#include <syslog.h>
16
#include <unistd.h>
16
#include <unistd.h>
17
#include <sys/mman.h>
17
#include <sys/mman.h>
18
#include <sys/ioctl.h>
18
#include <sys/ioctl.h>
19
#include <cstdlib>
20
#include <cstring>
19
21
20
#include "common.h"
22
#include "common.h"
21
#include "config.h"
23
#include "config.h"
22
#include "framebuffer.h"
24
#include "framebuffer.h"
23
25
(-)graphlcd-base-0.1.5.orig/glcddrivers/g15daemon.c (+1 lines)
Lines 17-26 Link Here
17
#include <sys/ioctl.h>
17
#include <sys/ioctl.h>
18
#include <sys/socket.h>
18
#include <sys/socket.h>
19
#include <poll.h>
19
#include <poll.h>
20
#include <arpa/inet.h>
20
#include <arpa/inet.h>
21
#include <unistd.h>
21
#include <unistd.h>
22
#include <cstring>
22
23
23
#include "common.h"
24
#include "common.h"
24
#include "config.h"
25
#include "config.h"
25
26
26
#include "g15daemon.h"
27
#include "g15daemon.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/gu126x64D-K610A4.c (+2 lines)
Lines 23-32 Link Here
23
23
24
#include <errno.h>
24
#include <errno.h>
25
#include <syslog.h>
25
#include <syslog.h>
26
#include <unistd.h>
26
#include <unistd.h>
27
#include <sys/time.h>
27
#include <sys/time.h>
28
#include <cstring>
29
#include <cstdlib>
28
30
29
#include "common.h"
31
#include "common.h"
30
#include "config.h"
32
#include "config.h"
31
#include "gu126x64D-K610A4.h"
33
#include "gu126x64D-K610A4.h"
32
#include "port.h"
34
#include "port.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/gu140x32f.c (+1 lines)
Lines 19-28 Link Here
19
19
20
#include <errno.h>
20
#include <errno.h>
21
#include <syslog.h>
21
#include <syslog.h>
22
#include <unistd.h>
22
#include <unistd.h>
23
#include <sys/time.h>
23
#include <sys/time.h>
24
#include <cstring>
24
25
25
#include "common.h"
26
#include "common.h"
26
#include "config.h"
27
#include "config.h"
27
#include "gu140x32f.h"
28
#include "gu140x32f.h"
28
#include "port.h"
29
#include "port.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/gu256x64-372.c (+1 lines)
Lines 21-30 Link Here
21
21
22
#include <errno.h>
22
#include <errno.h>
23
#include <syslog.h>
23
#include <syslog.h>
24
#include <unistd.h>
24
#include <unistd.h>
25
#include <sys/time.h>
25
#include <sys/time.h>
26
#include <cstring>
26
27
27
#include "common.h"
28
#include "common.h"
28
#include "config.h"
29
#include "config.h"
29
#include "gu256x64-372.h"
30
#include "gu256x64-372.h"
30
#include "port.h"
31
#include "port.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/gu256x64-3900.c (+1 lines)
Lines 27-36 Link Here
27
#include <fcntl.h>
27
#include <fcntl.h>
28
#include <syslog.h>
28
#include <syslog.h>
29
#include <unistd.h>
29
#include <unistd.h>
30
#include <termios.h>
30
#include <termios.h>
31
#include <sys/time.h>
31
#include <sys/time.h>
32
#include <cstring>
32
33
33
#include "common.h"
34
#include "common.h"
34
#include "config.h"
35
#include "config.h"
35
#include "gu256x64-3900.h"
36
#include "gu256x64-3900.h"
36
#include "port.h"
37
#include "port.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/hd61830.c (+1 lines)
Lines 9-18 Link Here
9
 * (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de>
9
 * (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de>
10
 */
10
 */
11
11
12
#include <syslog.h>
12
#include <syslog.h>
13
#include <sys/time.h>
13
#include <sys/time.h>
14
#include <cstring>
14
15
15
#include "common.h"
16
#include "common.h"
16
#include "config.h"
17
#include "config.h"
17
#include "hd61830.h"
18
#include "hd61830.h"
18
#include "port.h"
19
#include "port.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/image.c (+1 lines)
Lines 10-19 Link Here
10
 * (c) 2004 Andreas Regel <andreas.regel AT powarman.de>
10
 * (c) 2004 Andreas Regel <andreas.regel AT powarman.de>
11
 */
11
 */
12
12
13
#include <stdio.h>
13
#include <stdio.h>
14
#include <syslog.h>
14
#include <syslog.h>
15
#include <cstring>
15
16
16
#include "common.h"
17
#include "common.h"
17
#include "config.h"
18
#include "config.h"
18
#include "image.h"
19
#include "image.h"
19
20
(-)graphlcd-base-0.1.5.orig/glcddrivers/ks0108.c (+1 lines)
Lines 9-18 Link Here
9
 * (c) 2003 Andreas 'randy' Weinberger <vdr AT smue.org>
9
 * (c) 2003 Andreas 'randy' Weinberger <vdr AT smue.org>
10
 */
10
 */
11
11
12
#include <syslog.h>
12
#include <syslog.h>
13
#include <sys/time.h>
13
#include <sys/time.h>
14
#include <cstring>
14
15
15
#include "common.h"
16
#include "common.h"
16
#include "config.h"
17
#include "config.h"
17
#include "ks0108.h"
18
#include "ks0108.h"
18
#include "port.h"
19
#include "port.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/network.c (+1 lines)
Lines 16-25 Link Here
16
#include <sys/types.h>
16
#include <sys/types.h>
17
#include <sys/socket.h>
17
#include <sys/socket.h>
18
#include <netinet/in.h>
18
#include <netinet/in.h>
19
#include <arpa/inet.h>
19
#include <arpa/inet.h>
20
#include <errno.h>
20
#include <errno.h>
21
#include <cstring>
21
22
22
#include "common.h"
23
#include "common.h"
23
#include "config.h"
24
#include "config.h"
24
#include "network.h"
25
#include "network.h"
25
26
(-)graphlcd-base-0.1.5.orig/glcddrivers/noritake800.c (+1 lines)
Lines 32-41 Link Here
32
32
33
#include <errno.h>
33
#include <errno.h>
34
#include <syslog.h>
34
#include <syslog.h>
35
#include <unistd.h>
35
#include <unistd.h>
36
#include <sys/time.h>
36
#include <sys/time.h>
37
#include <cstring>
37
38
38
#include "common.h"
39
#include "common.h"
39
#include "config.h"
40
#include "config.h"
40
#include "noritake800.h"
41
#include "noritake800.h"
41
#include "port.h"
42
#include "port.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/sed1330.c (+2 lines)
Lines 17-26 Link Here
17
 * (c) 2003 Roland Praml <praml.roland AT t-online.de>
17
 * (c) 2003 Roland Praml <praml.roland AT t-online.de>
18
 */
18
 */
19
19
20
#include <syslog.h>
20
#include <syslog.h>
21
#include <sys/time.h>
21
#include <sys/time.h>
22
#include <cstring>
23
#include <cstdlib>
22
24
23
#include "common.h"
25
#include "common.h"
24
#include "config.h"
26
#include "config.h"
25
#include "port.h"
27
#include "port.h"
26
#include "sed1330.h"
28
#include "sed1330.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/sed1520.c (+1 lines)
Lines 9-18 Link Here
9
 * (c) 2003 Andreas 'randy' Weinberger <vdr AT smue.org>
9
 * (c) 2003 Andreas 'randy' Weinberger <vdr AT smue.org>
10
 */
10
 */
11
11
12
#include <syslog.h>
12
#include <syslog.h>
13
#include <sys/time.h>
13
#include <sys/time.h>
14
#include <cstring>
14
15
15
#include "common.h"
16
#include "common.h"
16
#include "config.h"
17
#include "config.h"
17
#include "port.h"
18
#include "port.h"
18
#include "sed1520.h"
19
#include "sed1520.h"
(-)graphlcd-base-0.1.5.orig/glcddrivers/simlcd.c (+1 lines)
Lines 11-20 Link Here
11
 * (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de>
11
 * (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de>
12
 */
12
 */
13
13
14
#include <stdio.h>
14
#include <stdio.h>
15
#include <syslog.h>
15
#include <syslog.h>
16
#include <cstring>
16
17
17
#include "common.h"
18
#include "common.h"
18
#include "config.h"
19
#include "config.h"
19
#include "simlcd.h"
20
#include "simlcd.h"
20
21
(-)graphlcd-base-0.1.5.orig/glcddrivers/t6963c.c (+2 lines)
Lines 10-19 Link Here
10
 *
10
 *
11
 * (c) 2003, 2004 Andreas Regel <andreas.regel AT powarman.de>
11
 * (c) 2003, 2004 Andreas Regel <andreas.regel AT powarman.de>
12
 */
12
 */
13
13
14
#include <syslog.h>
14
#include <syslog.h>
15
#include <cstring>
16
#include <cstdlib>
15
17
16
#include "common.h"
18
#include "common.h"
17
#include "config.h"
19
#include "config.h"
18
#include "port.h"
20
#include "port.h"
19
#include "t6963c.h"
21
#include "t6963c.h"
(-)graphlcd-base-0.1.5.orig/glcdgraphics/glcd.c (-1 / +1 lines)
Lines 14-24 Link Here
14
14
15
#include <stdio.h>
15
#include <stdio.h>
16
#include <stdint.h>
16
#include <stdint.h>
17
#include <syslog.h>
17
#include <syslog.h>
18
18
19
#include <string>
19
#include <cstring>
20
20
21
#include "bitmap.h"
21
#include "bitmap.h"
22
#include "glcd.h"
22
#include "glcd.h"
23
#include "image.h"
23
#include "image.h"
24
24
(-)graphlcd-base-0.1.5.orig/glcdgraphics/pbm.c (-1 / +2 lines)
Lines 10-21 Link Here
10
 */
10
 */
11
11
12
#include <stdio.h>
12
#include <stdio.h>
13
#include <stdint.h>
13
#include <stdint.h>
14
#include <syslog.h>
14
#include <syslog.h>
15
#include <cstdlib>
15
16
16
#include <string>
17
#include <cstring>
17
18
18
#include "bitmap.h"
19
#include "bitmap.h"
19
#include "pbm.h"
20
#include "pbm.h"
20
#include "image.h"
21
#include "image.h"
21
22
(-)graphlcd-base-0.1.5.orig/tools/convpic/bmp.c (-2 / +2 lines)
Lines 27-38 Link Here
27
 ***************************************************************************/
27
 ***************************************************************************/
28
28
29
#include <stdio.h>
29
#include <stdio.h>
30
#include <stdint.h>
30
#include <stdint.h>
31
#include <string.h>
31
#include <string.h>
32
32
#include <cstring>
33
#include <string>
33
#include <cstdlib>
34
34
35
#include <glcdgraphics/bitmap.h>
35
#include <glcdgraphics/bitmap.h>
36
#include <glcdgraphics/image.h>
36
#include <glcdgraphics/image.h>
37
37
38
#include "bmp.h"
38
#include "bmp.h"

Return to bug 227125