diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-13 11:43:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-13 15:06:02 +0100 |
commit | 7b8f8b0f07527e973e018a33d90f7dedae7ac842 (patch) | |
tree | 6eeaac0a40ee1d6a615e683d0ad96e294ce4757f /package/libnl/patches/patch-src_lib_utils_c | |
parent | 76518a7e80100ea145986016ac61d7ed0ee491ee (diff) |
libnl: disable docs
Diffstat (limited to 'package/libnl/patches/patch-src_lib_utils_c')
-rw-r--r-- | package/libnl/patches/patch-src_lib_utils_c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libnl/patches/patch-src_lib_utils_c b/package/libnl/patches/patch-src_lib_utils_c index 6d75c3acf..60117cbdc 100644 --- a/package/libnl/patches/patch-src_lib_utils_c +++ b/package/libnl/patches/patch-src_lib_utils_c @@ -1,6 +1,6 @@ ---- libnl-libnl3_2_29.orig/src/lib/utils.c 2016-12-30 15:57:01.000000000 +0100 -+++ libnl-libnl3_2_29/src/lib/utils.c 2017-04-26 20:09:18.149933980 +0200 -@@ -81,6 +81,7 @@ void nl_cli_fatal(int err, const char *f +--- libnl-libnl3_2_29.orig/src/lib/utils.c Fri Dec 30 15:57:01 2016 ++++ libnl-libnl3_2_29/src/lib/utils.c Sat Jan 13 09:58:56 2024 +@@ -81,6 +81,7 @@ void nl_cli_fatal(int err, const char *fmt, ...) fprintf(stderr, "\n"); } else { char *buf; @@ -8,7 +8,7 @@ locale_t loc = newlocale(LC_MESSAGES_MASK, "", (locale_t)0); if (loc == (locale_t)0) { if (errno == ENOENT) -@@ -91,9 +92,14 @@ void nl_cli_fatal(int err, const char *f +@@ -91,9 +92,14 @@ void nl_cli_fatal(int err, const char *fmt, ...) } if (loc != (locale_t)0) buf = strerror_l(err, loc); |