Module Name: src
Committed By: christos
Date: Sun Nov 4 22:30:23 UTC 2012
Modified Files:
src/sbin/mount_portal: puffs_portal.c
Log Message:
include the headers that you need.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sbin/mount_portal/puffs_portal.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/mount_portal/puffs_portal.c
diff -u src/sbin/mount_portal/puffs_portal.c:1.6 src/sbin/mount_portal/puffs_portal.c:1.7
--- src/sbin/mount_portal/puffs_portal.c:1.6 Tue Mar 20 14:50:31 2012
+++ src/sbin/mount_portal/puffs_portal.c Sun Nov 4 17:30:23 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: puffs_portal.c,v 1.6 2012/03/20 18:50:31 matt Exp $ */
+/* $NetBSD: puffs_portal.c,v 1.7 2012/11/04 22:30:23 christos Exp $ */
/*
* Copyright (c) 2007 Antti Kantee. All Rights Reserved.
@@ -28,11 +28,12 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: puffs_portal.c,v 1.6 2012/03/20 18:50:31 matt Exp $");
+__RCSID("$NetBSD: puffs_portal.c,v 1.7 2012/11/04 22:30:23 christos Exp $");
#endif /* !lint */
#include <sys/types.h>
#include <sys/wait.h>
+#include <sys/socket.h>
#include <assert.h>
#include <err.h>