diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:19:36 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-02-11 13:19:36 -0800 |
commit | b51706a073ca1f7f43d6fab1710e16a08ffd108c (patch) | |
tree | 3af95a4421ff5e925644c13514bfd2551257f6cc | |
parent | 481268a77f1e8d568a0b9b42279df753e21818df (diff) |
unifdef MOTOROLA
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | src/NextEvent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/NextEvent.c b/src/NextEvent.c index a4ca73d..26b6bff 100644 --- a/src/NextEvent.c +++ b/src/NextEvent.c @@ -88,7 +88,7 @@ static SignalEventRec *freeSignalRecs; */ #ifndef NEEDS_NTPD_FIXUP -#if defined(sun) || defined(MOTOROLA) +#ifdef sun #define NEEDS_NTPD_FIXUP 1 #else #define NEEDS_NTPD_FIXUP 0 |