git: DragonFly_RELEASE_5_2 libcompat: Remove the old and unused insque() and remque() functions.

Sascha Wildner swildner at crater.dragonflybsd.org
Tue Apr 3 14:52:24 PDT 2018


commit 313a2de6bbeb69bb5ba45c1aeafa8058490211b5
Author: Sascha Wildner <saw at online.de>
Date:   Tue Apr 3 23:50:31 2018 +0200

    libcompat: Remove the old and unused insque() and remque() functions.
    
    We have a conforming implementation of those two functions in libc, so
    nothing was taking the ones from libcompat. However, libcompat's
    outdated manual pages were shadowing the good ones from libc.
    
    Reported-by: zrj

Summary of changes:
 lib/libcompat/4.3/insque.3 | 86 ----------------------------------------------
 lib/libcompat/4.3/insque.c | 51 ---------------------------
 lib/libcompat/4.3/remque.c | 49 --------------------------
 lib/libcompat/Makefile     |  4 +--
 4 files changed, 1 insertion(+), 189 deletions(-)
 delete mode 100644 lib/libcompat/4.3/insque.3
 delete mode 100644 lib/libcompat/4.3/insque.c
 delete mode 100644 lib/libcompat/4.3/remque.c

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/313a2de6bbeb69bb5ba45c1aeafa8058490211b5


-- 
DragonFly BSD source repository


More information about the Commits mailing list