Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/rpc.pcnfsd include the headers that you need.
details: https://anonhg.NetBSD.org/src/rev/ae8a6da177b8
branches: trunk
changeset: 782510:ae8a6da177b8
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 04 22:26:04 2012 +0000
description:
include the headers that you need.
diffstat:
usr.sbin/rpc.pcnfsd/pcnfsd_misc.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r bd53e352be9f -r ae8a6da177b8 usr.sbin/rpc.pcnfsd/pcnfsd_misc.c
--- a/usr.sbin/rpc.pcnfsd/pcnfsd_misc.c Sun Nov 04 22:21:11 2012 +0000
+++ b/usr.sbin/rpc.pcnfsd/pcnfsd_misc.c Sun Nov 04 22:26:04 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcnfsd_misc.c,v 1.14 2011/09/01 07:18:51 plunky Exp $ */
+/* $NetBSD: pcnfsd_misc.c,v 1.15 2012/11/04 22:26:04 christos Exp $ */
/* RE_SID: @(%)/usr/dosnfs/shades_SCCS/unix/pcnfsd/v2/src/SCCS/s.pcnfsd_misc.c 1.5 92/01/24 19:59:13 SMI */
/*
@@ -37,6 +37,9 @@
#include <string.h>
#include <unistd.h>
#include <util.h>
+#ifdef SUPPORT_UTMPX
+#include <utmpx.h>
+#endif
#ifdef ISC_2_0
#include <sys/fcntl.h>
Home |
Main Index |
Thread Index |
Old Index