aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorPatrick Monnerat <pm@datasphere.ch>2013-03-12 15:37:34 +0100
committerPatrick Monnerat <pm@datasphere.ch>2013-03-12 15:37:34 +0100
commite60bf251077b931e3e03f7630cdd745dbe5cfa7d (patch)
treef1c73551aa13eb8542563db626b74397c5c492e6 /packages
parente450f66a02d8ec296755e1bfd48bb03d5fcf5d1f (diff)
OS400: synchronize RPG binding
Diffstat (limited to 'packages')
-rw-r--r--packages/OS400/curl.inc.in4
-rw-r--r--packages/OS400/make-lib.sh2
2 files changed, 4 insertions, 2 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in
index 33ca12a42..59ca81756 100644
--- a/packages/OS400/curl.inc.in
+++ b/packages/OS400/curl.inc.in
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -80,6 +80,8 @@
d c X'00000000'
d CURL_GLOBAL_DEFAULT...
d c X'00000003'
+ d CURL_GLOBAL_ACK_EINTR...
+ d c X'00000004'
*
d CURL_VERSION_IPV6...
d c X'00000001'
diff --git a/packages/OS400/make-lib.sh b/packages/OS400/make-lib.sh
index a9e1c3861..e2a87082d 100644
--- a/packages/OS400/make-lib.sh
+++ b/packages/OS400/make-lib.sh
@@ -13,7 +13,7 @@ cd "${TOPDIR}/lib"
echo '#pragma comment(user, "libcurl version '"${LIBCURL_VERSION}"'")' > os400.c
echo '#pragma comment(user, __DATE__)' >> os400.c
echo '#pragma comment(user, __TIME__)' >> os400.c
-echo '#pragma comment(copyright, "Copyright (C) 1998-2012 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c
+echo '#pragma comment(copyright, "Copyright (C) 1998-2013 Daniel Stenberg et al. OS/400 version by P. Monnerat")' >> os400.c
make_module OS400 os400.c
LINK= # No need to rebuild service program yet.
MODULES=