]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-gcc4.patch
- disable dir deps, rel 9.4
[packages/poldek.git] / poldek-gcc4.patch
1 #
2 #       sigint.c:25: error: static declaration of 'sigint_reached_cb' follows non-static declaration
3 #       sigint.h:5: error: previous declaration of 'sigint_reached_cb' was here
4 #
5 #       main.c:50: error: static declaration of 'argp_program_version' follows non-static declaration
6 #       /usr/include/argp.h:423: error: previous declaration of 'argp_program_version' was here
7 #
8 #       cli/main.c      |    2 +-
9 #       sigint/sigint.h |    2 --
10 #       2 files changed, 1 insertion(+), 3 deletions(-)
11 #
12 --- poldek-0.19.0-cvs20041011.21/sigint/sigint.h.orig   2004-09-26 22:39:57.000000000 +0200
13 +++ poldek-0.19.0-cvs20041011.21/sigint/sigint.h        2004-12-14 15:31:53.387046032 +0100
14 @@ -2,8 +2,6 @@
15  #ifndef POLDEK_SIGINT_H
16  #define POLDEK_SIGINT_H
17  
18 -extern void (*sigint_reached_cb)(void);
19 -
20  void sigint_init(void);
21  void sigint_destroy(void);
22  void sigint_reset(void);
23 --- poldek-0.19.0-cvs20041011.21/cli/main.c.orig        2004-10-09 14:53:51.000000000 +0200
24 +++ poldek-0.19.0-cvs20041011.21/cli/main.c     2004-12-14 15:37:39.181477288 +0100
25 @@ -47,7 +47,7 @@
26  
27  extern int poclidek_shell(struct poclidek_ctx *cctx);
28  
29 -static const char *argp_program_version = poldek_VERSION_BANNER;
30 +const char *argp_program_version = poldek_VERSION_BANNER;
31  const char *argp_program_bug_address = poldek_BUG_MAILADDR;
32  static char args_doc[] = N_("[PACKAGE...]");
33  
This page took 0.075809 seconds and 3 git commands to generate.