| Date Of Receipt: 16-JUN-1995 13:11:00.52
From: SMURF::ALPHA::"[email protected]" "Grant Van Dyck 16-Jun-1995 1255"
To: [email protected]
CC: [email protected]
Subj: Re: Help - bs_sbm.o
I believe that's because you pulled a future version (relative to V2.0) of
this file and it's RCS ident structure with it. This file did not exist in
V2.0. At that time, RCS strings were identified with this kind of structure:
#ifndef lint
static char *rcsid = "@(#)$RCSfile: msfs_syscalls.c,v $ $Revision: 1.1.7.2 $
(DE
C) $Date: 1993/05/14 19:23:00 $";
#endif
However, this was subsequently changed to:
* convert rcsid to pragma ident
#pragma ident "@(#)$RCSfile: bs_sbm.c,v $ $Revision: 1.1.14.3 $ (DEC) $Date:
1995/05/09 20:17:00 $"
This kind of structure, but it requires the compatible compiler to extract
this data. The pragma ident won't work with the V2.0 compiler. You'll need to
resubmit this with the older rcsid syntax.
-Grant
| This module was bsubmitted to v20supportos
| It's source shows a successful `what`
| it's kernel/msfs/bs/bs_sbm.c
| However it's .o doesn't respond to the what command.
| I fear it didn't build successfully but I wasn't notified ...
| We have to have rcs information to release the patch.
|
| thanks
| Charlie Katz
|