]> git.pld-linux.org Git - packages/poldek.git/blob - poldek-no-inlines.patch
- typo
[packages/poldek.git] / poldek-no-inlines.patch
1 --- poldek-0.30-cvs20080820.23/pkg.h~   2008-05-25 11:25:31.000000000 +0200
2 +++ poldek-0.30-cvs20080820.23/pkg.h    2009-01-30 13:34:21.927019363 +0100
3 @@ -144,7 +144,7 @@
4  # define extern__inline extern inline
5  #endif
6  
7 -extern__inline struct pkg *pkg_link(struct pkg *pkg);
8 +struct pkg *pkg_link(struct pkg *pkg);
9  
10  int pkg_set_arch(struct pkg *pkg, const char *arch);
11  const char *pkg_arch(const struct pkg *pkg);
This page took 0.039767 seconds and 3 git commands to generate.