[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | USG buildhelp questions/answers |
|
Moderator: | SMURF::FILTER |
|
Created: | Mon Apr 26 1993 |
Last Modified: | Mon Jan 20 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2763 |
Total number of notes: | 5802 |
1012.0. "Re: ode headers broken" by SMURF::FILTER (Automatic Posting Software - mail to flume::puck) Wed Oct 19 1994 13:21
Date Of Receipt: 19-OCT-1994 11:47:23.51
From: ALPHA::jmf "Joshua M. Friedman OSF/UNIX SDE"
To: dlong@DEC:.zko.alpha, odeadmin@DEC:.zko.alpha
CC: brett@DEC:.zko.alpha, whatde@DEC:.zko.alpha
Subj: Re: ode headers broken
Dave,
I've just fixed this. Somehow it slipped through the cracks. When
this was changed in gold, it was made the default, and the old headers
(still needed for older pools) were maintained in a special directory.
Somehow we goofed and it was the case that in ptos, the older special
directory was in use:
ptos-505 % sbinfo BCSHEADERS
/usr/sde/osf1/headers.v20
I've fixed this so the correct directory's in use now:
ptos-506 % sbinfo BCSHEADERS
/usr/sde/osf1/headers
Do we need to try to find new files which may have incorrect syntax now?
It should be easy enough with our SNAPSHOT files to find new .c files.
Thanks for catching this. It was correct in goldos. John F & I just
looked and it also needs fixing in goldmin. We'll check HW3 too...
-josh
--------
To: [email protected]
Cc: [email protected], [email protected]
Subject: ode headers broken
Date: Wed, 19 Oct 94 10:01:31 -0400
From: [email protected]
I just used bcreate in my ptos backed sandbox to make several .c files and they
were all created with headers containing:
#ifndef lint
static char *rcsid = "@(#)$RCSfile$ $Revision$ (DEC) $Date$";
#endif
This was supposed to have been changed some time ago. Headers for C sources
should instead be using:
#pragma ident "@(#)$RCSfile$ $Revision$ (DEC) $Date$"
This needs to be fixed as the extensive work done to reduce memory utilitization
is undone a little every time someone does a bcreate with this bogus header.
-dl
T.R | Title | User | Personal Name | Date | Lines
|
---|