summaryrefslogtreecommitdiff
path: root/package/util-linux-ng/patches/patch-fdisk_cfdisk_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-04 10:34:02 +0200
commit5042ac8e5927d0089d3902b1c37e5bcc1565d053 (patch)
treecd2be3085808c5ac59dd70f9c610c6a40bfe3ffd /package/util-linux-ng/patches/patch-fdisk_cfdisk_c
parent401dabf66529cfb5ab47b4c78d5e25fd493eef1f (diff)
parent4d569ed1a3305c7b7abe8fa4273cea3b559cc85a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: BUGS package/autoconf/Makefile
Diffstat (limited to 'package/util-linux-ng/patches/patch-fdisk_cfdisk_c')
-rw-r--r--package/util-linux-ng/patches/patch-fdisk_cfdisk_c11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/util-linux-ng/patches/patch-fdisk_cfdisk_c b/package/util-linux-ng/patches/patch-fdisk_cfdisk_c
deleted file mode 100644
index 8e5678d71..000000000
--- a/package/util-linux-ng/patches/patch-fdisk_cfdisk_c
+++ /dev/null
@@ -1,11 +0,0 @@
---- util-linux-ng-2.15.orig/fdisk/cfdisk.c 2009-05-05 21:16:45.000000000 +0200
-+++ util-linux-ng-2.15/fdisk/cfdisk.c 2009-06-22 22:42:23.000000000 +0200
-@@ -357,7 +357,7 @@ xmalloc (size_t size) {
- /* Some libc's have their own basename() */
- static char *
- my_basename(char *devname) {
-- char *s = rindex(devname, '/');
-+ char *s = strrchr(devname, '/');
- return s ? s+1 : devname;
- }
-