not used in the __linux__ version.
+2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
+
+ * libmisc/utmp.c: Mark the line and host arguments of setutmp() as
+ not used in the __linux__ version.
+
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
* lib/nscd.c: Avoid redefinition of _GNU_SOURCE.
#if defined(__linux__) /* XXX */
-int setutmp (const char *name, const char *line, const char *host)
+int setutmp (const char *name, const char unused(*line), const char unused(*host))
{
int err = 0;
utent.ut_type = USER_PROCESS;