Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rwhod include <pwd.h>
details: https://anonhg.NetBSD.org/src/rev/588a269939cb
branches: trunk
changeset: 782513:588a269939cb
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 04 22:32:01 2012 +0000
description:
include <pwd.h>
diffstat:
usr.sbin/rwhod/rwhod.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 73691f480a89 -r 588a269939cb usr.sbin/rwhod/rwhod.c
--- a/usr.sbin/rwhod/rwhod.c Sun Nov 04 22:30:23 2012 +0000
+++ b/usr.sbin/rwhod/rwhod.c Sun Nov 04 22:32:01 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rwhod.c,v 1.39 2011/08/31 13:32:41 joerg Exp $ */
+/* $NetBSD: rwhod.c,v 1.40 2012/11/04 22:32:01 christos Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@
#if 0
static char sccsid[] = "@(#)rwhod.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: rwhod.c,v 1.39 2011/08/31 13:32:41 joerg Exp $");
+__RCSID("$NetBSD: rwhod.c,v 1.40 2012/11/04 22:32:01 christos Exp $");
#endif
#endif /* not lint */
@@ -58,6 +58,7 @@
#include <arpa/inet.h>
#include <ctype.h>
+#include <pwd.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
Home |
Main Index |
Thread Index |
Old Index