summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-12-09 13:39:04 -0500
committerAnthony G. Basile <blueness@gentoo.org>2014-12-09 13:39:04 -0500
commit461eaddfe2f74c98301e5da81a8987e73190aa9c (patch)
treeea072fc2014c9e1be9731af8f6b850eb11778084 /dev-util/eresi/files/0.82_beta2-drop-dprintf.patch
parentsys-fs/encfs: in the tree (diff)
downloadblueness-461eaddfe2f74c98301e5da81a8987e73190aa9c.tar.gz
blueness-461eaddfe2f74c98301e5da81a8987e73190aa9c.tar.bz2
blueness-461eaddfe2f74c98301e5da81a8987e73190aa9c.zip
Move old code to archive-v1
Package-Manager: portage-2.2.14 Manifest-Sign-Key: 0xF52D4BBA
Diffstat (limited to 'dev-util/eresi/files/0.82_beta2-drop-dprintf.patch')
-rw-r--r--dev-util/eresi/files/0.82_beta2-drop-dprintf.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-util/eresi/files/0.82_beta2-drop-dprintf.patch b/dev-util/eresi/files/0.82_beta2-drop-dprintf.patch
deleted file mode 100644
index bde1a95..0000000
--- a/dev-util/eresi/files/0.82_beta2-drop-dprintf.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Drop conflicting dprintf declaration.
-
-ERESI does declare a prototype for dprintf, which conflicts with the
-declaration in stdio.h, leading to the following compiler error:
-
-../librevm/include/revm.h:604: error: conflicting types for ‘dprintf’
-/usr/include/stdio.h:397: note: previous declaration of ‘dprintf’ was here
-
-As the whole ERESI source code doesn't even mention dprintf in any
-other place, dropping the declaration shouldn't cause any harm at all.
-
-2010-04-07 Martin von Gagern
-
-Index: eresi-0.82_beta2/librevm/include/revm.h
-===================================================================
---- eresi-0.82_beta2.orig/librevm/include/revm.h
-+++ eresi-0.82_beta2/librevm/include/revm.h
-@@ -601,7 +601,6 @@ int revm_isnbr(char *string);
- void revm_workfiles_load();
- int revm_implicit(revmcmd_t *actual);
- int revm_workfiles_unload();
--int dprintf(int fd, char *format, ...);
- void revm_pht_print(elfsh_Phdr *phdr, uint16_t num, eresi_Addr base);
- char *revm_fetch_sht_typedesc(elfsh_Word typenum);
- int revm_sht_print(elfsh_Shdr *shdr, u_int num, char rtflag);