diff options
Diffstat (limited to 'libbb/safe_gethostname.c')
-rw-r--r-- | libbb/safe_gethostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/safe_gethostname.c b/libbb/safe_gethostname.c index 3b24edba5..1f8b2a8fd 100644 --- a/libbb/safe_gethostname.c +++ b/libbb/safe_gethostname.c | |||
@@ -33,7 +33,7 @@ | |||
33 | * This is an illegal first character for a hostname. | 33 | * This is an illegal first character for a hostname. |
34 | * The returned malloced string must be freed by the caller. | 34 | * The returned malloced string must be freed by the caller. |
35 | */ | 35 | */ |
36 | char *safe_gethostname(void) | 36 | char* FAST_FUNC safe_gethostname(void) |
37 | { | 37 | { |
38 | struct utsname uts; | 38 | struct utsname uts; |
39 | 39 | ||