diff options
Diffstat (limited to 'games/adventure/subr.c')
-rw-r--r-- | games/adventure/subr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/adventure/subr.c b/games/adventure/subr.c index ffac61a..7579fe5 100644 --- a/games/adventure/subr.c +++ b/games/adventure/subr.c @@ -34,12 +34,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint +#if 0 static char sccsid[] = "@(#)subr.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* Re-coding of advent in C: subroutines from main */ |