diff options
Diffstat (limited to 'hack/hack.unix.c')
| -rw-r--r-- | hack/hack.unix.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/hack/hack.unix.c b/hack/hack.unix.c index 03b294db..fdb8ae00 100644 --- a/hack/hack.unix.c +++ b/hack/hack.unix.c @@ -1,5 +1,10 @@ -/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ -/* hack.unix.c - version 1.0.3 */ +/* + * Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. + */ + +#ifndef lint +static char rcsid[] = "$Id: hack.unix.c,v 1.2 1993/08/02 17:19:34 mycroft Exp $"; +#endif /* not lint */ /* This file collects some Unix dependencies; hack.pager.c contains some more */ |
