Skip to content
Snippets Groups Projects
Commit 90b3f081 authored by Niels Möller's avatar Niels Möller
Browse files

Fixed dummy definition of struct utmp (spotted

by Tomi Ollila).

Rev: src/unix_user.c:1.38
parent 7460b725
Branches
Tags
No related merge requests found
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
# include <utmpx.h> # include <utmpx.h>
# endif # endif
#else /* !WITH_UTMP */ #else /* !WITH_UTMP */
# struct utmp; struct utmp;
#endif #endif
#if HAVE_LIBUTIL_H #if HAVE_LIBUTIL_H
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment