diff options
| author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-13 19:37:23 +0000 |
|---|---|---|
| committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-12-13 19:37:23 +0000 |
| commit | bf99716a85638df3722b931d1e8a654b6c6ff251 (patch) | |
| tree | c0ca30ad4239e4edd7be2b6c3ab25892200eea23 /lang/sr/files/patch-rts::alloc.c | |
| parent | - Enable optional xine_artsplugin support. This enables KDE's multimedia (diff) | |
fix build on 4 and 5
Notes
Notes:
svn path=/head/; revision=95743
Diffstat (limited to 'lang/sr/files/patch-rts::alloc.c')
| -rw-r--r-- | lang/sr/files/patch-rts::alloc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/sr/files/patch-rts::alloc.c b/lang/sr/files/patch-rts::alloc.c new file mode 100644 index 000000000000..2fbbd27bce9a --- /dev/null +++ b/lang/sr/files/patch-rts::alloc.c @@ -0,0 +1,11 @@ +--- rts/alloc.c.orig Sat Dec 13 19:57:23 2003 ++++ rts/alloc.c Sat Dec 13 19:57:00 2003 +@@ -5,7 +5,7 @@ + */ + + #include "rts.h" +-#include <varargs.h> ++#include <stdarg.h> + + static Memh all_mem; /* header blocks for SR allocated memory */ + static Mutex mem_mutex; /* protection for all_mem; acquired after res->rmutex.*/ |
