diff options
Diffstat (limited to 'lang/sr/files/patch-rts__oper.c')
-rw-r--r-- | lang/sr/files/patch-rts__oper.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/sr/files/patch-rts__oper.c b/lang/sr/files/patch-rts__oper.c new file mode 100644 index 000000000000..2fb5331748aa --- /dev/null +++ b/lang/sr/files/patch-rts__oper.c @@ -0,0 +1,10 @@ +--- rts/oper.c.orig Sat Dec 13 20:00:05 2003 ++++ rts/oper.c Sat Dec 13 20:00:13 2003 +@@ -1,6 +1,6 @@ + /* oper.c -- runtime support of operations */ + +-#include <varargs.h> ++#include <stdarg.h> + #include "rts.h" + + static Pool oper_pool; /* pool of operation descriptors */ |