aboutsummaryrefslogtreecommitdiff
path: root/loginutils/adduser.c
diff options
context:
space:
mode:
Diffstat (limited to 'loginutils/adduser.c')
-rw-r--r--loginutils/adduser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/adduser.c b/loginutils/adduser.c
index d4b50130c..17b5088ec 100644
--- a/loginutils/adduser.c
+++ b/loginutils/adduser.c
@@ -145,7 +145,7 @@ int adduser_main(int argc UNUSED_PARAM, char **argv)
145 /*99999,*/ /* sp->sp_max */ 145 /*99999,*/ /* sp->sp_max */
146 /*7*/ /* sp->sp_warn */ 146 /*7*/ /* sp->sp_warn */
147 ); 147 );
148 xwrite(fd, s, strlen(s)); 148 xwrite_str(fd, s);
149 close(fd); 149 close(fd);
150 } 150 }
151#endif 151#endif