From owner-freebsd-bugs Wed Aug 26 22:14:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA07603 for freebsd-bugs-outgoing; Wed, 26 Aug 1998 22:14:12 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: from iconmail.bellatlantic.net (iconmail.bellatlantic.net [199.173.162.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id WAA07558 for ; Wed, 26 Aug 1998 22:14:07 -0700 (PDT) (envelope-from dmm125@bellatlantic.net) Received: from myname.my.domain (client201-122-79.bellatlantic.net [151.201.122.79]) by iconmail.bellatlantic.net (IConNet Sendmail) with SMTP id BAA10918 for ; Thu, 27 Aug 1998 01:11:47 -0400 (EDT) Newsgroups: comp.unix.bsd.freebsd.misc Date: Thu, 27 Aug 1998 01:10:25 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: bugs@FreeBSD.ORG Subject: patch for 2.2.7's libcompat Makefile Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is a patch for the libcompat Makefile on FreeBSD 2.2.7-RELEASE -- seems ftok.c had been omitted! --- /usr/src/lib/libcompat/Makefile.prev Wed Aug 26 23:54:13 1998 +++ /usr/src/lib/libcompat/Makefile Thu Aug 27 00:56:49 1998 @@ -8,6 +8,7 @@ .PATH: ${.CURDIR}/4.1/${MACHINE} ${.CURDIR}/4.1 \ ${.CURDIR}/4.3/${MACHINE} ${.CURDIR}/4.3 \ ${.CURDIR}/4.4/${MACHINE} ${.CURDIR}/4.4 \ + ${.CURDIR}/SysV/${MACHINE} ${.CURDIR}/SysV \ ${.CURDIR}/regexp \ ${.CURDIR}/../libc/stdlib @@ -58,6 +59,10 @@ # compat 4.4 sources SRCS+= cuserid.c MAN3+= 4.4/cuserid.3 + +# SysV sources +SRCS+= ftok.c +MAN3+= SysV/ftok.3 # regexp sources SRCS+= regerror.c regexp.c regsub.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message