aboutsummaryrefslogtreecommitdiff
path: root/libpwdgrp/putpwent.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpwdgrp/putpwent.c')
-rw-r--r--libpwdgrp/putpwent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpwdgrp/putpwent.c b/libpwdgrp/putpwent.c
index 88dffc952..de285ebaf 100644
--- a/libpwdgrp/putpwent.c
+++ b/libpwdgrp/putpwent.c
@@ -22,7 +22,7 @@
22 22
23#include <stdio.h> 23#include <stdio.h>
24#include <errno.h> 24#include <errno.h>
25#include "pwd.h" 25#include "pwd_.h"
26 26
27int putpwent(const struct passwd *passwd, FILE * f) 27int putpwent(const struct passwd *passwd, FILE * f)
28{ 28{