diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:58:54 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-01-08 12:58:54 +0100 |
| commit | f3e1c3cf993b0ba54afa0ff9552ffefd39828b23 (patch) | |
| tree | 1f5d52b7dff4a5c60e17c8f0fd7f7412c946a0ee /package/rdate/patches/patch-rfc868time_c | |
| parent | d77656116191a166ed0477cf16830480a2406fc5 (diff) | |
| parent | d93c019f2cfdf53be59f02600cc25c547ba24edc (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/rdate/patches/patch-rfc868time_c')
| -rw-r--r-- | package/rdate/patches/patch-rfc868time_c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/rdate/patches/patch-rfc868time_c b/package/rdate/patches/patch-rfc868time_c new file mode 100644 index 000000000..b095278ba --- /dev/null +++ b/package/rdate/patches/patch-rfc868time_c @@ -0,0 +1,11 @@ +--- rdate.orig/rfc868time.c 2007-08-11 01:52:47.000000000 +0200 ++++ rdate/rfc868time.c 2013-12-30 23:07:29.000000000 +0100 +@@ -70,7 +70,7 @@ rfc868time_client (const char *hostname, + { + struct addrinfo hints, *res0, *res; + struct timeval old; +- u_int32_t tim; /* RFC 868 states clearly this is an uint32 */ ++ uint32_t tim; /* RFC 868 states clearly this is an uint32 */ + int s; + int error; + |
