aboutsummaryrefslogtreecommitdiff
path: root/editors/chexedit
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2001-03-29 22:54:14 +0000
committerMichael Haro <mharo@FreeBSD.org>2001-03-29 22:54:14 +0000
commit2f32ae485a1151685999bc8c989e94272a427ad0 (patch)
treea1e99bffe3e9676e3270e734cf9c44aa697ae97f /editors/chexedit
parent617ff2b4c1f4a6cabb8d9c8e51e78a08f007d7ff (diff)
downloadports-2f32ae485a1151685999bc8c989e94272a427ad0.tar.gz
ports-2f32ae485a1151685999bc8c989e94272a427ad0.zip
remove extra patchfile
Notes
Notes: svn path=/head/; revision=40564
Diffstat (limited to 'editors/chexedit')
-rw-r--r--editors/chexedit/files/patch-src_misc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/chexedit/files/patch-src_misc.c b/editors/chexedit/files/patch-src_misc.c
deleted file mode 100644
index 5688159b449c..000000000000
--- a/editors/chexedit/files/patch-src_misc.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/misc.c.orig Wed Jun 30 06:00:47 1999
-+++ src/misc.c Sat Mar 17 22:23:58 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"