Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/ftpd include pwd.h for password stuff
details: https://anonhg.NetBSD.org/src/rev/f15095961c71
branches: trunk
changeset: 782504:f15095961c71
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 04 20:46:46 2012 +0000
description:
include pwd.h for password stuff
diffstat:
libexec/ftpd/conf.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 49ba379f4274 -r f15095961c71 libexec/ftpd/conf.c
--- a/libexec/ftpd/conf.c Sun Nov 04 19:48:08 2012 +0000
+++ b/libexec/ftpd/conf.c Sun Nov 04 20:46:46 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.63 2011/08/14 11:46:28 christos Exp $ */
+/* $NetBSD: conf.c,v 1.64 2012/11/04 20:46:46 christos Exp $ */
/*-
* Copyright (c) 1997-2009 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: conf.c,v 1.63 2011/08/14 11:46:28 christos Exp $");
+__RCSID("$NetBSD: conf.c,v 1.64 2012/11/04 20:46:46 christos Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -42,6 +42,7 @@
#include <ctype.h>
#include <errno.h>
#include <fcntl.h>
+#include <pwd.h>
#include <glob.h>
#include <netdb.h>
#include <signal.h>
Home |
Main Index |
Thread Index |
Old Index