summaryrefslogtreecommitdiff
path: root/bsd-login.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsd-login.h')
-rw-r--r--bsd-login.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsd-login.h b/bsd-login.h
index 26a8505b3..8891ae342 100644
--- a/bsd-login.h
+++ b/bsd-login.h
@@ -6,7 +6,7 @@
6 6
7#include <utmp.h> 7#include <utmp.h>
8 8
9void login(struct utmp *utp); 9void login(struct UTMP_STR *utp);
10 10
11#endif /* !HAVE_LOGIN */ 11#endif /* !HAVE_LOGIN */
12 12