diff options
Diffstat (limited to 'components/hostname.c')
-rw-r--r-- | components/hostname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/hostname.c b/components/hostname.c index 8627a88..f04a913 100644 --- a/components/hostname.c +++ b/components/hostname.c @@ -6,7 +6,7 @@ #include "../slstatus.h" const char * -hostname(void) +hostname(const char *unused) { if (gethostname(buf, sizeof(buf)) < 0) { warn("gethostbyname:"); |