diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /lang/sr/files/patch-rts__oper.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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 */ |