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_9p add missing header



details:   https://anonhg.NetBSD.org/src/rev/3387c498febc
branches:  trunk
changeset: 782515:3387c498febc
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 04 22:38:19 2012 +0000

description:
add missing header

diffstat:

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

diffs (24 lines):

diff -r 78084f28bb59 -r 3387c498febc usr.sbin/puffs/mount_9p/ninebuf.c
--- a/usr.sbin/puffs/mount_9p/ninebuf.c Sun Nov 04 22:36:58 2012 +0000
+++ b/usr.sbin/puffs/mount_9p/ninebuf.c Sun Nov 04 22:38:19 2012 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: ninebuf.c,v 1.7 2007/09/06 16:09:09 pooka Exp $       */
+/*      $NetBSD: ninebuf.c,v 1.8 2012/11/04 22:38:19 christos Exp $    */
 
 /*
  * Copyright (c) 2006, 2007  Antti Kantee.  All Rights Reserved.
@@ -27,12 +27,13 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ninebuf.c,v 1.7 2007/09/06 16:09:09 pooka Exp $");
+__RCSID("$NetBSD: ninebuf.c,v 1.8 2012/11/04 22:38:19 christos Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/vnode.h>
+#include <sys/socket.h>
 
 #include <err.h>
 #include <errno.h>



Home | Main Index | Thread Index | Old Index