summaryrefslogtreecommitdiff
path: root/dis88/disrel.c
diff options
context:
space:
mode:
authorRobert de Bath <rdebath@poboxes.com>1996-11-03 22:33:35 +0100
committerLubomir Rintel <lkundrak@v3.sk>2013-10-23 23:33:35 +0200
commitc218c617b5be443b7968308506969ad2b726d73c (patch)
tree0051f396af56133d24fcf2ab757fabc78c1a09bf /dis88/disrel.c
parent0936b9aeab611665645a4e6bafaded7ca76dd189 (diff)
parent0d2fbe9b1bd284ce2cad55be17e8f2c896031a25 (diff)
downloaddev86-c218c617b5be443b7968308506969ad2b726d73c.tar.gz
Import Dev86src-0.0.8.tar.gzv0.0.8
Diffstat (limited to 'dis88/disrel.c')
-rw-r--r--dis88/disrel.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/dis88/disrel.c b/dis88/disrel.c
index 37f3221..3d19e7a 100644
--- a/dis88/disrel.c
+++ b/dis88/disrel.c
@@ -1,11 +1,16 @@
static char *copyright =
"@(#) Copyright (C) 1987 G. M. Harding, all rights reserved";
+#ifdef __linux__
+char *release =
+ "released with Dev86 for Linux, based on minix 2.1";
+#else
static char *sccsid =
"@(#) disrel.c, Ver. 2.1 created 00:00:00 87/09/01";
char *release =
"release 2.1 (MINIX)";
+#endif
/*
**