]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-no-inlines.patch
- rel .40; one more zlib fix
[packages/poldek.git] / poldek-no-inlines.patch
1 diff -urN poldek-0.30-cvs20080820.23/pkgcmp.h poldek-0.30-cvs20080820.23.new/pkgcmp.h
2 --- poldek-0.30-cvs20080820.23/pkgcmp.h 2008-01-27 19:42:14.000000000 +0100
3 +++ poldek-0.30-cvs20080820.23.new/pkgcmp.h     2009-02-23 16:33:50.000000000 +0100
4 @@ -21,7 +21,7 @@
5  extern__inline int pkg_ncmp_name(const struct pkg *p1, const struct pkg *p2);
6  
7  /* strcmp(p1->name, p2->name) */
8 -extern__inline int pkg_cmp_name(const struct pkg *p1, const struct pkg *p2);
9 +int pkg_cmp_name(const struct pkg *p1, const struct pkg *p2);
10  
11  /* strcmp(pkg_id(p1), pkg_id(p2) */
12  extern__inline int pkg_cmp_id(const struct pkg *p1, const struct pkg *p2);
13 diff -urN poldek-0.30-cvs20080820.23/pkg.h poldek-0.30-cvs20080820.23.new/pkg.h
14 --- poldek-0.30-cvs20080820.23/pkg.h    2008-05-25 11:25:31.000000000 +0200
15 +++ poldek-0.30-cvs20080820.23.new/pkg.h        2009-02-23 16:33:41.000000000 +0100
16 @@ -144,7 +144,7 @@
17  # define extern__inline extern inline
18  #endif
19  
20 -extern__inline struct pkg *pkg_link(struct pkg *pkg);
21 +struct pkg *pkg_link(struct pkg *pkg);
22  
23  int pkg_set_arch(struct pkg *pkg, const char *arch);
24  const char *pkg_arch(const struct pkg *pkg);
This page took 0.040991 seconds and 3 git commands to generate.