Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/lib/libcompat Pull up revision 1.28 (requested by drochne...



details:   https://anonhg.NetBSD.org/src/rev/3234821f968e
branches:  netbsd-3
changeset: 576828:3234821f968e
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Aug 04 17:33:09 2005 +0000

description:
Pull up revision 1.28 (requested by drochner in ticket #632):
Move insque/remque/lsearch/lfind from libcompat to libc,
they are in XPG4-UNIX, XSH5.0, mentioned in SUSv3 etc.
Minimal update of the manpages. (more needed)

diffstat:

 lib/libcompat/Makefile |  10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r 163cb59b43c8 -r 3234821f968e lib/libcompat/Makefile
--- a/lib/libcompat/Makefile    Thu Aug 04 17:33:03 2005 +0000
+++ b/lib/libcompat/Makefile    Thu Aug 04 17:33:09 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.27 2004/04/18 04:31:51 lukem Exp $
+#      $NetBSD: Makefile,v 1.27.2.1 2005/08/04 17:33:09 tron Exp $
 
 .include <bsd.own.mk>
 
@@ -28,15 +28,13 @@
 
 # compat 4.3 sources
 # missing: ecvt.c gcvt.c sibuf.c sobuf.c strout.c
-SRCS+= cfree.c lsearch.c regex.c rexec.c
-SRCS+= insque.c remque.c ruserpass.c
+SRCS+= cfree.c regex.c rexec.c
+SRCS+= ruserpass.c
 
 # missing: ecvt.0
-MAN+=  insque.3 lsearch.3 re_comp.3 rexec.3
+MAN+=  re_comp.3 rexec.3
 
 #MLINKS+=ecvt.3 fcvt.3 ecvt.3 gcvt.3
-MLINKS+=insque.3 remque.3
-MLINKS+=lsearch.3 lfind.3
 MLINKS+=re_comp.3 re_exec.3
 
 



Home | Main Index | Thread Index | Old Index