diff options
-rw-r--r-- | networking/inetd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index febfb7b73..e5352a555 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -1697,7 +1697,7 @@ static void FAST_FUNC chargen_dg(int s, servtab_t *sep) | |||
1697 | * we must add 2208988800 seconds to this figure to make up for | 1697 | * we must add 2208988800 seconds to this figure to make up for |
1698 | * some seventy years Bell Labs was asleep. | 1698 | * some seventy years Bell Labs was asleep. |
1699 | */ | 1699 | */ |
1700 | static uint32_t machtime(void) | 1700 | static NOINLINE uint32_t machtime(void) |
1701 | { | 1701 | { |
1702 | struct timeval tv; | 1702 | struct timeval tv; |
1703 | 1703 | ||