diff options
Diffstat (limited to 'games/rogue/room.c')
-rw-r--r-- | games/rogue/room.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/rogue/room.c b/games/rogue/room.c index 7cc1b1e..08e8b68 100644 --- a/games/rogue/room.c +++ b/games/rogue/room.c @@ -32,12 +32,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[] = "@(#)room.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* |