git: libutil: Add sockaddr_snprintf() (taken from NetBSD).
Aaron LI
aly at crater.dragonflybsd.org
Sat Jan 2 03:24:45 PST 2021
commit b021a7d57fc71bd117ff99be3f350c65322df983
Author: Sascha Wildner <saw at online.de>
Date: Sat Jan 2 08:27:05 2021 +0100
libutil: Add sockaddr_snprintf() (taken from NetBSD).
The man page has been adjusted a bit since we don't support Apple Talk
protocol.
Summary of changes:
lib/libutil/Makefile | 4 +-
lib/libutil/libutil.h | 2 +
lib/libutil/sockaddr_snprintf.3 | 238 ++++++++++++++++++++++++++++++++
lib/libutil/sockaddr_snprintf.c | 295 ++++++++++++++++++++++++++++++++++++++++
4 files changed, 537 insertions(+), 2 deletions(-)
create mode 100644 lib/libutil/sockaddr_snprintf.3
create mode 100644 lib/libutil/sockaddr_snprintf.c
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b021a7d57fc71bd117ff99be3f350c65322df983
--
DragonFly BSD source repository
More information about the Commits
mailing list