diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2016-05-08 09:19:33 +0100 |
---|---|---|
committer | Emil Velikov <emil.l.velikov@gmail.com> | 2017-09-07 13:47:15 +0100 |
commit | d603d7d7d989c4ff1094810e9fcf2a29bc00bb0c (patch) | |
tree | da2196d2fc8178bb251d2b7d5e06cab2f627c6bc /src/iceauth.c | |
parent | 82250f26fc76d7b7574cfd472646a98e325d944a (diff) |
Kill off Time_t macro
Analogous to previous commit, including the megacommit that removed the
need for it.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (IRC)
Diffstat (limited to 'src/iceauth.c')
-rw-r--r-- | src/iceauth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/iceauth.c b/src/iceauth.c index de4785b..7e25148 100644 --- a/src/iceauth.c +++ b/src/iceauth.c @@ -34,7 +34,6 @@ Author: Ralph Mor, X Consortium #include <X11/ICE/ICEutil.h> #include <time.h> -#define Time_t time_t #ifdef HAVE_LIBBSD #include <bsd/stdlib.h> /* for arc4random_buf() */ |