summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-04 15:11:42 +0000
committerpeter <peter@FreeBSD.org>1996-10-04 15:11:42 +0000
commitdceaaf8e82c7cb5b5ae16c865ca34a26c942eb11 (patch)
tree39f284878a4c149ec476ca2444579b013cd1bc72 /gnu/lib
parentaa98e001812ca8fcc7f62731148cd14088c73e80 (diff)
downloadFreeBSD-src-dceaaf8e82c7cb5b5ae16c865ca34a26c942eb11.zip
FreeBSD-src-dceaaf8e82c7cb5b5ae16c865ca34a26c942eb11.tar.gz
Oops, an editing error at one point meant I had missed the osfcn.h header
(it was directly underneath where bool.h used to be in the list, I think I must have not been paying attention and deleted a word from the wrong line. The machine that I was testing on still had an (old?) osfcn.h file) Pointed out by: Andreas Klemm <andreas@klemm.gtn.com>
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libg++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/Makefile b/gnu/lib/libg++/Makefile
index 9beec86..d3c0b68 100644
--- a/gnu/lib/libg++/Makefile
+++ b/gnu/lib/libg++/Makefile
@@ -1,5 +1,5 @@
#
-# $Id$
+# $Id: Makefile,v 1.14 1996/10/04 08:43:36 peter Exp $
#
GPPDIR= ${.CURDIR}/../../../contrib/libg++
@@ -40,7 +40,7 @@ HDRS= ACG.h AllocRing.h Binomial.h BitSet.h BitString.h Complex.h \
Obstack.h Pix.h Poisson.h RNG.h Random.h Rational.h Regex.h RndInt.h \
SLList.h SmplHist.h SmplStat.h String.h Uniform.h Weibull.h \
bitdo1.h bitdo2.h bitprims.h builtin.h compare.h generic.h \
- getpagesize.h libc.h minmax.h std.h strclass.h swap.h \
+ getpagesize.h libc.h minmax.h osfcn.h std.h strclass.h swap.h \
sysent.h typemacros.h
beforeinstall:
OpenPOWER on IntegriCloud