diff options
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/getty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/getty.c b/loginutils/getty.c index 838adf2e7..f44d387b6 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -583,7 +583,7 @@ static void touch(const char *filename) | |||
583 | } | 583 | } |
584 | 584 | ||
585 | /* update_utmp - update our utmp entry */ | 585 | /* update_utmp - update our utmp entry */ |
586 | static void update_utmp(const char *line, char *fakehost) | 586 | static NOINLINE void update_utmp(const char *line, char *fakehost) |
587 | { | 587 | { |
588 | struct utmp ut; | 588 | struct utmp ut; |
589 | struct utmp *utp; | 589 | struct utmp *utp; |