diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:39:29 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:39:29 +0000 |
commit | 79d6017866067064ba712bf6b913b59695d44a06 (patch) | |
tree | b6517b4d4b98c9665fa77bde38e342fbc8bece26 /emulators/cpmemu/files/patch-bios.c | |
parent | Report serious i2p vulnerability (diff) |
Rename emulators/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363222
Diffstat (limited to 'emulators/cpmemu/files/patch-bios.c')
-rw-r--r-- | emulators/cpmemu/files/patch-bios.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/cpmemu/files/patch-bios.c b/emulators/cpmemu/files/patch-bios.c new file mode 100644 index 000000000000..ba9053544fd9 --- /dev/null +++ b/emulators/cpmemu/files/patch-bios.c @@ -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: |