Differences From Artifact [178271bdfe]:
- File src/OFSelectKernelEventObserver.m — part of check-in [80ccb46fc4] at 2022-09-24 16:49:50 on branch trunk — Rename OFObserve{ -> KernelEvents}FailedException (user: js, size: 6585) [annotate] [blame] [check-ins using] [more...]
To Artifact [e50f11801b]:
- File src/OFSelectKernelEventObserver.m — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 6629) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | + + | #import "OFSocket+Private.h" #import "OFInitializationFailedException.h" #import "OFObserveKernelEventsFailedException.h" #import "OFOutOfRangeException.h" #ifdef OF_AMIGAOS # define Class IntuitionClass # include <proto/exec.h> # undef Class #endif #ifdef OF_HPUX /* FD_SET causes warnings on HP-UX/IA64. */ # pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif |
| ︙ |