From owner-cvs-gnu Tue Mar 26 23:46:13 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03871 for cvs-gnu-outgoing; Tue, 26 Mar 1996 23:46:13 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03857 Tue, 26 Mar 1996 23:46:07 -0800 (PST) Date: Tue, 26 Mar 1996 23:46:07 -0800 (PST) From: Joerg Wunsch Message-Id: <199603270746.XAA03857@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/cc/cc gcc.c Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/03/26 23:46:06 Modified: gnu/usr.bin/cc/cc gcc.c Log: f2c's -krd does not work with f77 wrapper Closes PR # gnu/1101 Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl) Revision Changes Path 1.8 +1 -1 src/gnu/usr.bin/cc/cc/gcc.c From owner-cvs-gnu Fri Mar 29 06:00:33 1996 Return-Path: owner-cvs-gnu Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13272 for cvs-gnu-outgoing; Fri, 29 Mar 1996 06:00:33 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13256 Fri, 29 Mar 1996 06:00:26 -0800 (PST) Date: Fri, 29 Mar 1996 06:00:26 -0800 (PST) From: Bruce Evans Message-Id: <199603291400.GAA13256@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/mkisofs mkisofs.h Sender: owner-cvs-gnu@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/03/29 06:00:26 Modified: gnu/usr.bin/mkisofs mkisofs.h Log: Moved the include of to before the include of so that mkisofs will compile when namespace pollution is removed from . ( recently became dependent on .) Revision Changes Path 1.4 +1 -1 src/gnu/usr.bin/mkisofs/mkisofs.h