summaryrefslogtreecommitdiff
path: root/src/passwd/fgetspent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/passwd/fgetspent.c')
-rw-r--r--src/passwd/fgetspent.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/passwd/fgetspent.c b/src/passwd/fgetspent.c
index a9a3c970..3dda7848 100644
--- a/src/passwd/fgetspent.c
+++ b/src/passwd/fgetspent.c
@@ -4,8 +4,3 @@ struct spwd *fgetspent(FILE *f)
{
return 0;
}
-
-int putspent(const struct spwd *sp, FILE *f)
-{
- return -1;
-}