]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-no-inlines.patch
- added -export-missing-symbol.patch
[packages/poldek.git] / poldek-no-inlines.patch
CommitLineData
027f391d
PZ
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.027153 seconds and 4 git commands to generate.