git: libutil/libc: Move fparseln(3) from libutil to libc.

Sascha Wildner swildner at crater.dragonflybsd.org
Sun May 24 13:20:51 PDT 2020


commit d67f4a112e5c4403ad148406202cde8874e5ebbf
Author: Sascha Wildner <saw at online.de>
Date:   Sun May 24 22:06:08 2020 +0200

    libutil/libc: Move fparseln(3) from libutil to libc.

Summary of changes:
 include/stdio.h                        | 10 ++++++++++
 lib/libc/Versions.def                  |  6 +++++-
 lib/libc/stdio/Makefile.inc            |  6 +++---
 lib/libc/stdio/Symbol.map              |  4 ++++
 lib/{libutil => libc/stdio}/fparseln.3 |  5 ++---
 lib/{libutil => libc/stdio}/fparseln.c |  0
 lib/libutil/Makefile                   |  4 ++--
 lib/libutil/libutil.h                  | 10 ----------
 sys/sys/param.h                        |  3 ++-
 9 files changed, 28 insertions(+), 20 deletions(-)
 rename lib/{libutil => libc/stdio}/fparseln.3 (99%)
 rename lib/{libutil => libc/stdio}/fparseln.c (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d67f4a112e5c4403ad148406202cde8874e5ebbf


-- 
DragonFly BSD source repository


More information about the Commits mailing list