diff options
| author | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
|---|---|---|
| committer | Bill Fumerola <billf@FreeBSD.org> | 1999-11-30 03:50:02 +0000 |
| commit | 7b216475bfdc24758a850dba744e947fc6173e68 (patch) | |
| tree | 3ae574978e74559dfce75bd93019aa6294c63377 /games/hack | |
| parent | 4805de8700a2ad81e00b56a3d8089669d4982283 (diff) | |
Notes
Diffstat (limited to 'games/hack')
| -rw-r--r-- | games/hack/hack.tty.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/hack/hack.tty.c b/games/hack/hack.tty.c index 5ad41cd2b1c5..df49cfc3dadd 100644 --- a/games/hack/hack.tty.c +++ b/games/hack/hack.tty.c @@ -29,12 +29,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[] = "@(#)hack.tty.c 8.1 (Berkeley) 5/31/93"; +#endif +static const char rcsid[] = + "$FreeBSD$"; #endif /* not lint */ /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ |
