diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/util.h | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index dad9a79d3..d75207fa9 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2003-12-28 Stefan Bellon <[email protected]> + + * util.h [__riscos__]: Removal of unnecessary RISC OS stuff. + 2003-12-17 David Shaw <[email protected]> * mpi.h (gcry_mpi, mpi_get_opaque, mpi_set_opaque): Make nbits and diff --git a/include/util.h b/include/util.h index 6492b012b..da555304f 100644 --- a/include/util.h +++ b/include/util.h @@ -287,14 +287,6 @@ int asprintf (char **buf, const char *fmt, ...); /******* RISC OS stuff ***********/ #ifdef __riscos__ -/* needed for strcasecmp() */ -#include <strings.h> -/* needed for filename munging */ -#include <unixlib/local.h> -/* needed for image file system feature */ -#include <unixlib/features.h> -void riscos_global_defaults(void); -#define RISCOS_GLOBAL_STATICS(a) const char *__dynamic_da_name = (a); int riscos_load_module(const char *name, const char * const path[], int fatal); int riscos_get_filetype_from_string(const char *string, int len); int riscos_get_filetype(const char *filename); |