git: libcompat: Remove the old and unused insque() and remque() functions.
Sascha Wildner
swildner at crater.dragonflybsd.org
Tue Apr 3 14:51:07 PDT 2018
commit 4ec6cca6b9af8506c9d27002fb6ea8d3c3e8eb1f
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/4ec6cca6b9af8506c9d27002fb6ea8d3c3e8eb1f
--
DragonFly BSD source repository
More information about the Commits
mailing list