cvs commit: src/sbin/mount_cd9660 mount_cd9660.c
Bruce Evans
bde at zeta.org.au
Sat Nov 1 21:44:59 PST 2003
On Sat, 1 Nov 2003, Nate Lawson wrote:
> On Sat, 1 Nov 2003, Tom Rhodes wrote:
> > On Sat, 1 Nov 2003 11:34:52 -0500 (EST)
> > Garrett Wollman <wollman at khavrinen.lcs.mit.edu> wrote:
> > > <<On Sat, 1 Nov 2003 11:10:44 -0500, Tom Rhodes <trhodes at FreeBSD.org> said:
> > >
> > > > FWIW, I did not want to remove the second copywrite, so it was moved
> > > > into the comment section as stated above.
> > >
> > > That copyright notice was where it was for a reason. Please put it
> > > back.
> >
> > Done, see your commit mail.
>
> What was the reason?
The reason is to put a copyright in the object file.
This has been broken in many other places, notably in most "main" files
in src/bin. E.g., in cat/cat.c:
%%%
RCS file: /home/ncvs/src/bin/cat/cat.c,v
Working file: cat.c
head: 1.29
...
----------------------------
revision 1.29
date: 2003/04/30 17:40:28; author: obrien; state: Exp; lines: +2 -0
We have to hide copyright[] for gcc33. :-(
----------------------------
%%%
The commit log is wrong. We don't actually have to do this for
gcc-3.3.1. Apparently the regression in gcc that required this was
fixed before gcc-3.* was released.
Bruce
More information about the cvs-src
mailing list