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_psshfs include the headers you use



details:   https://anonhg.NetBSD.org/src/rev/4d20a55266b3
branches:  trunk
changeset: 782516:4d20a55266b3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 04 22:46:08 2012 +0000

description:
include the headers you use

diffstat:

 usr.sbin/puffs/mount_psshfs/psbuf.c  |  5 +++--
 usr.sbin/puffs/mount_psshfs/psshfs.c |  6 ++++--
 usr.sbin/puffs/mount_psshfs/subr.c   |  5 +++--
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs (72 lines):

diff -r 3387c498febc -r 4d20a55266b3 usr.sbin/puffs/mount_psshfs/psbuf.c
--- a/usr.sbin/puffs/mount_psshfs/psbuf.c       Sun Nov 04 22:38:19 2012 +0000
+++ b/usr.sbin/puffs/mount_psshfs/psbuf.c       Sun Nov 04 22:46:08 2012 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: psbuf.c,v 1.18 2010/01/08 10:53:31 pooka Exp $        */
+/*      $NetBSD: psbuf.c,v 1.19 2012/11/04 22:46:08 christos Exp $        */
 
 /*
  * Copyright (c) 2006-2009  Antti Kantee.  All Rights Reserved.
@@ -27,7 +27,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: psbuf.c,v 1.18 2010/01/08 10:53:31 pooka Exp $");
+__RCSID("$NetBSD: psbuf.c,v 1.19 2012/11/04 22:46:08 christos Exp $");
 #endif /* !lint */
 
 /*
@@ -39,6 +39,7 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/vnode.h>
+#include <sys/socket.h>
 
 #include <err.h>
 #include <errno.h>
diff -r 3387c498febc -r 4d20a55266b3 usr.sbin/puffs/mount_psshfs/psshfs.c
--- a/usr.sbin/puffs/mount_psshfs/psshfs.c      Sun Nov 04 22:38:19 2012 +0000
+++ b/usr.sbin/puffs/mount_psshfs/psshfs.c      Sun Nov 04 22:46:08 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: psshfs.c,v 1.65 2011/08/31 13:32:39 joerg Exp $        */
+/*     $NetBSD: psshfs.c,v 1.66 2012/11/04 22:46:08 christos Exp $     */
 
 /*
  * Copyright (c) 2006-2009  Antti Kantee.  All Rights Reserved.
@@ -41,12 +41,14 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: psshfs.c,v 1.65 2011/08/31 13:32:39 joerg Exp $");
+__RCSID("$NetBSD: psshfs.c,v 1.66 2012/11/04 22:46:08 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
 #include <sys/wait.h>
+#include <sys/socket.h>
 
+#include <stdio.h>
 #include <assert.h>
 #include <err.h>
 #include <errno.h>
diff -r 3387c498febc -r 4d20a55266b3 usr.sbin/puffs/mount_psshfs/subr.c
--- a/usr.sbin/puffs/mount_psshfs/subr.c        Sun Nov 04 22:38:19 2012 +0000
+++ b/usr.sbin/puffs/mount_psshfs/subr.c        Sun Nov 04 22:46:08 2012 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: subr.c,v 1.50 2010/04/01 02:34:09 pooka Exp $        */
+/*      $NetBSD: subr.c,v 1.51 2012/11/04 22:46:08 christos Exp $        */
 
 /*
  * Copyright (c) 2006  Antti Kantee.  All Rights Reserved.
@@ -27,9 +27,10 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: subr.c,v 1.50 2010/04/01 02:34:09 pooka Exp $");
+__RCSID("$NetBSD: subr.c,v 1.51 2012/11/04 22:46:08 christos Exp $");
 #endif /* !lint */
 
+#include <stdio.h>
 #include <assert.h>
 #include <err.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index