Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 1995 16:23:09 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@freefall.freebsd.org, rgrimes@gndrsh.aac.dev.com
Cc:        CVS-commiters@freefall.freebsd.org, cvs-sys@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/sys sysent.h
Message-ID:  <199509200623.QAA14135@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>>   Modified:    sys/kern  Makefile makesyscalls.sh syscalls.master
>>                sys/sys   sysent.h
>>   Log:
>>   Generate prototypes for syscall-implementing functions.  Put them in
>>   <sys/sysproto.h> and use them (so far only) in kern/init_sysent.c.
>>   
>>   Don't put $Id in generated files.

>Please revert that part, some of these generated files get checked into
>cvs, and anything in the kernel checked in should have a $Id$ in it.

These files never had their own $Id$.  cvs clobbered the $Id$ that was
copied from the source file, breaking the cross reference to the source
file.

I don't like putting generated files in cvs at all, but at least
<sys/syscalls.h> is used for building the library as well as for
building kernels.  Perhaps everything should be generated at build
time.  We already generate numerous copies of vnode_if.[ch].

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509200623.QAA14135>