Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/puffs/mount_sysctlfs add the headers you need



details:   https://anonhg.NetBSD.org/src/rev/acf881b78584
branches:  trunk
changeset: 782517:acf881b78584
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 04 22:47:21 2012 +0000

description:
add the headers you need

diffstat:

 usr.sbin/puffs/mount_sysctlfs/sysctlfs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 4d20a55266b3 -r acf881b78584 usr.sbin/puffs/mount_sysctlfs/sysctlfs.c
--- a/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c  Sun Nov 04 22:46:08 2012 +0000
+++ b/usr.sbin/puffs/mount_sysctlfs/sysctlfs.c  Sun Nov 04 22:47:21 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysctlfs.c,v 1.16 2010/08/06 15:26:16 pooka Exp $      */
+/*     $NetBSD: sysctlfs.c,v 1.17 2012/11/04 22:47:21 christos Exp $   */
 
 /*-
  * Copyright (c) 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -33,12 +33,13 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: sysctlfs.c,v 1.16 2010/08/06 15:26:16 pooka Exp $");
+__RCSID("$NetBSD: sysctlfs.c,v 1.17 2012/11/04 22:47:21 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
 #include <sys/sysctl.h>
 
+#include <stdio.h>
 #include <assert.h>
 #include <err.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index