git: libcompat: Remove various unneeded functions.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Oct 28 04:05:21 PDT 2016


commit 99b055ba16340f4968a4c33ed8ad06ef8298b872
Author: Sascha Wildner <saw at online.de>
Date:   Fri Oct 28 13:04:31 2016 +0200

    libcompat: Remove various unneeded functions.
    
    Namely ascftime(), cfree(), cftime(), and getpw().
    
    Nothing in base or dports uses them.

Summary of changes:
 Makefile_upgrade.inc         |   4 ++
 lib/libcompat/4.1/ascftime.c |  45 -------------------
 lib/libcompat/4.1/cftime.3   | 102 -------------------------------------------
 lib/libcompat/4.1/cftime.c   |  46 -------------------
 lib/libcompat/4.1/getpw.3    |  89 -------------------------------------
 lib/libcompat/4.1/getpw.c    |  52 ----------------------
 lib/libcompat/4.3/cfree.3    |  50 ---------------------
 lib/libcompat/4.3/cfree.c    |  40 -----------------
 lib/libcompat/Makefile       |  10 ++---
 9 files changed, 8 insertions(+), 430 deletions(-)
 delete mode 100644 lib/libcompat/4.1/ascftime.c
 delete mode 100644 lib/libcompat/4.1/cftime.3
 delete mode 100644 lib/libcompat/4.1/cftime.c
 delete mode 100644 lib/libcompat/4.1/getpw.3
 delete mode 100644 lib/libcompat/4.1/getpw.c
 delete mode 100644 lib/libcompat/4.3/cfree.3
 delete mode 100644 lib/libcompat/4.3/cfree.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/99b055ba16340f4968a4c33ed8ad06ef8298b872


-- 
DragonFly BSD source repository



More information about the Commits mailing list