/pidgin/main: 26514beb9ccb: Remove some ancient, concerning-look...
Michael McConville
mmcconville at mykolab.com
Mon Aug 10 00:35:13 EDT 2015
Changeset: 26514beb9ccbe8ec7040d2f92fa5a9ac39657fcb
Author: Michael McConville <mmcconville at mykolab.com>
Date: 2015-08-10 00:34 -0400
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/26514beb9ccb
Description:
Remove some ancient, concerning-looking, unused rand()-related defines.
diffstat:
libpurple/protocols/zephyr/sysdep.h | 11 -----------
1 files changed, 0 insertions(+), 11 deletions(-)
diffs (21 lines):
diff --git a/libpurple/protocols/zephyr/sysdep.h b/libpurple/protocols/zephyr/sysdep.h
--- a/libpurple/protocols/zephyr/sysdep.h
+++ b/libpurple/protocols/zephyr/sysdep.h
@@ -36,17 +36,6 @@ char *malloc(), *realloc(void);
# endif
char *getenv(), *strerror(), *ctime(), *strcpy(void);
time_t time(void);
-ZEPHYR_INT32 random(void);
-#endif
-
-#ifndef HAVE_RANDOM
-#ifdef HAVE_LRAND48
-#define random lrand48
-#define srandom srand48
-#else
-#define random rand
-#define srandom srand
-#endif
#endif
#ifndef HAVE_STRERROR
More information about the Commits
mailing list