diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-26 17:50:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-26 17:50:47 +0000 |
commit | 23cdd5ebb9d559aab87acecc1bfabffb28dba02c (patch) | |
tree | bfaf2d2facc1d91843a581c1e58192ec1bb6b1a9 /emulators/cpmemu/files/patch-ac | |
parent | Update to version 0.4.9.5. (diff) |
* Updated version to 0.2.1.1
* Added MetaLab(sunsite) mirror to MASTER_SITES
* Fixed some files to respect CFLAGS properly
PR: 14903
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'emulators/cpmemu/files/patch-ac')
-rw-r--r-- | emulators/cpmemu/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/cpmemu/files/patch-ac b/emulators/cpmemu/files/patch-ac new file mode 100644 index 000000000000..ba9053544fd9 --- /dev/null +++ b/emulators/cpmemu/files/patch-ac @@ -0,0 +1,11 @@ +--- bios.c.orig Mon Nov 15 06:33:54 1999 ++++ bios.c Mon Nov 15 06:39:55 1999 +@@ -227,7 +227,7 @@ + case BIOS: /* System Reset (coldboot) */ + case DIRBUF-20: + if (!silent_exit) +- printf("\nCp/M BIOS COLDBOOT takes you back to Linux\n"); ++ printf("\nCp/M BIOS COLDBOOT takes you back to FreeBSD\n"); + exit(0); + case BIOS+3: /* System Reset (warmboot) */ + case DIRBUF-19: |