On Thu, 5 Oct 2006, Richard Lowe wrote:
Danek Duvall wrote:
On Thu, Oct 05, 2006 at 05:35:02AM -0700, Richard L. Hamilton wrote:
Ok, next: what do the unexpanded sccs keywords on the
#pragma ident
lines look like, i.e. since I'm using usr/src/lib/libc/port/gen/strlen.c
as a starting point, what should I make that line look like?
The simplest thing to do is
sccs get -spk $SRC/prototypes/prototype.c > newfile.c
which will get all the expandos correct, as well as the whitespace (and a
bunch of other things which you may or may not want to keep).
Those of us on the outside don't have SCCS/*.
#pragma ident "%Z%%M% %I% %E% SMI"
Where the longer strings of spaces are literal tabs.
Or see:
http://www.opensolaris.org/os/community/on/devref_toc/devref_7/#7_2_3_nonformatting_considerations
Says how they should look like.
Bye,
FrankH.
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code