From b45692fe8638c4faaaedb488402b90971fda18f5 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 21 Dec 2017 11:31:16 +0000 Subject: Undeprecate mininetstring It's actually used by s6-dns! --- NEWS | 1 - doc/upgrade.html | 1 - src/include/skalibs/mininetstring.h | 5 ++--- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f069e58..88ea4fe 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,6 @@ In 2.6.3.0 - New header: skalibs/posixplz.h, some header reorganization. - New family of functions: skalibs/textmessage.h. - skalibs/environ.h and skalibs/getpeereid.h are now obsolescent. - - mininetstring* functions are now obsolescent. In 2.6.2.0 diff --git a/doc/upgrade.html b/doc/upgrade.html index 6281e6c..b2d4500 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -25,7 +25,6 @@
  • New header: skalibs/posixplz.h. Some header reorganization.
  • New family of functions: skalibs/textmessage.h.
  • skalibs/environ.h and skalibs/getpeereid.h are now obsolescent.
  • -
  • skalibs/mininetstring.h and the functions are it declares now obsolescent.
  • in 2.6.2.0

    diff --git a/src/include/skalibs/mininetstring.h b/src/include/skalibs/mininetstring.h index 9e88601..1997b18 100644 --- a/src/include/skalibs/mininetstring.h +++ b/src/include/skalibs/mininetstring.h @@ -4,10 +4,9 @@ #define MININETSTRING_H #include -#include #include -extern int mininetstring_read (int, stralloc *, uint32_t *) gccattr_deprecated ; -extern int mininetstring_write (int, char const *, uint16_t, uint32_t *) gccattr_deprecated ; +extern int mininetstring_read (int, stralloc *, uint32_t *) ; +extern int mininetstring_write (int, char const *, uint16_t, uint32_t *) ; #endif -- cgit v1.2.3