Re: Way OT programming question

2004-08-02 Thread Jerry McAllister
I've been muddling through some of the source files for FreeBSD 5.2.1-RELEASE, and I've noticed that a large number of .c files in /usr/src have something similar to below in them: #ifndef lint #if 0 static char sccsid[] = @(#)cat.c 8.2 (Berkeley) 4/27/95; #endif #endif /* not

Way OT programming question

2004-08-01 Thread Josh Paetzel
I've been muddling through some of the source files for FreeBSD 5.2.1-RELEASE, and I've noticed that a large number of .c files in /usr/src have something similar to below in them: #ifndef lint #if 0 static char sccsid[] = @(#)cat.c 8.2 (Berkeley) 4/27/95; #endif #endif /* not lint */

Re: Way OT programming question

2004-08-01 Thread Simon Barner
Josh Paetzel wrote: I've been muddling through some of the source files for FreeBSD 5.2.1-RELEASE, and I've noticed that a large number of .c files in /usr/src have something similar to below in them: #ifndef lint #if 0 static char sccsid[] = @(#)cat.c 8.2 (Berkeley) 4/27/95;