summaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/auth.c b/auth.c
index 8acfcf86c..4f93ce5ae 100644
--- a/auth.c
+++ b/auth.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: auth.c,v 1.52 2004/05/08 00:01:37 deraadt Exp $"); 26RCSID("$OpenBSD: auth.c,v 1.53 2004/05/11 19:01:43 deraadt Exp $");
27 27
28#ifdef HAVE_LOGIN_H 28#ifdef HAVE_LOGIN_H
29#include <login.h> 29#include <login.h>
@@ -562,8 +562,8 @@ fakepw(void)
562 fake.pw_passwd = 562 fake.pw_passwd =
563 "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK"; 563 "$2a$06$r3.juUaHZDlIbQaO2dS9FuYxL1W9M81R1Tc92PoSNmzvpEqLkLGrK";
564 fake.pw_gecos = "NOUSER"; 564 fake.pw_gecos = "NOUSER";
565 fake.pw_uid = -1; 565 fake.pw_uid = (uid_t)-1;
566 fake.pw_gid = -1; 566 fake.pw_gid = (gid_t)-1;
567#ifdef HAVE_PW_CLASS_IN_PASSWD 567#ifdef HAVE_PW_CLASS_IN_PASSWD
568 fake.pw_class = ""; 568 fake.pw_class = "";
569#endif 569#endif