summaryrefslogtreecommitdiff
path: root/editors/chexedit/files/patch-misc.c
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:33:32 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-03-17 16:33:32 +0000
commit28bcf4c281e05ad95c7557633785bf962ef7d15e (patch)
tree465e321a9d09af704afb14082a9082d83f7d025c /editors/chexedit/files/patch-misc.c
parentEcore is a core event (X11) abstraction library. (diff)
Full screen text mode Hex editor using the [n]curses library
PR: ports/24761 Submitted by: Roman Shterenzon <roman@xpert.com>
Notes
Notes: svn path=/head/; revision=39979
Diffstat (limited to 'editors/chexedit/files/patch-misc.c')
-rw-r--r--editors/chexedit/files/patch-misc.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/chexedit/files/patch-misc.c b/editors/chexedit/files/patch-misc.c
new file mode 100644
index 000000000000..bfa8c60aa666
--- /dev/null
+++ b/editors/chexedit/files/patch-misc.c
@@ -0,0 +1,11 @@
+--- src/misc.c.orig Wed Jan 31 22:44:38 2001
++++ src/misc.c Wed Jan 31 22:44:56 2001
+@@ -394,7 +394,7 @@
+ " -a, --alltext Print all text characters.\n"
+ " -b, --buffer Buffer the entire file in memory.\n"
+ " Much faster and enables insert/delete.\n"
+-#if defined (__linux__) || defined (__OpenBSD__)
++#if defined (__linux__) || defined (__OpenBSD__) || defined(__FreeBSD__)
+ " -d, --disk Edit a fixed disk, i.e. /dev/hda (Read-only)\n"
+ " -f, --force Force editing of disk.\n"
+ " Needed to write to disks.\n"