From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id 74211eb1 for ; Sat, 7 Nov 2015 16:38:59 -0500 (EST) Date: Sat, 7 Nov 2015 16:38:59 -0500 (EST) Message-Id: <13688662794781090844.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: soelim(1) use getline(3) and err(3), and err(3) uses X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- soelim(1) use getline(3) and err(3), and err(3) uses getprogname(3); found on Solaris 10 at OpenCSW Modified Files: -------------- mdocml: Makefile Revision Data ------------- Index: Makefile =================================================================== RCS file: /home/cvs/mdocml/mdocml/Makefile,v retrieving revision 1.478 retrieving revision 1.479 diff -LMakefile -LMakefile -u -p -r1.478 -r1.479 --- Makefile +++ Makefile @@ -264,7 +264,11 @@ MANPAGE_OBJS = manpage.o mansearch.o ma DEMANDOC_OBJS = demandoc.o -SOELIM_OBJS = soelim.o compat_stringlist.o +SOELIM_OBJS = soelim.o \ + compat_err.o \ + compat_getline.o \ + compat_progname.o \ + compat_stringlist.o WWW_MANS = apropos.1.html \ demandoc.1.html \ -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv