/pidgin/main: 26514beb9ccb: Remove some ancient, concerning-look...
Michael McConville <[email protected]>
| Newsgroups | gmane.comp.gnome.gaim.cvs |
|---|---|
| Message-ID | <[email protected]> |
Changeset: 26514beb9ccbe8ec7040d2f92fa5a9ac39657fcb Author: Michael McConville <[email protected]> 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 _______________________________________________ Commits mailing list [email protected] https://pidgin.im/cgi-bin/mailman/listinfo/commits