summaryrefslogtreecommitdiffstats
path: root/games/adventure/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/io.c')
-rw-r--r--games/adventure/io.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c
index 7b929f6..302e744 100644
--- a/games/adventure/io.c
+++ b/games/adventure/io.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[] = "@(#)io.c 8.1 (Berkeley) 5/31/93";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
/* Re-coding of advent in C: file i/o and user i/o */
OpenPOWER on IntegriCloud