Module Name: src
Committed By: pooka
Date: Wed Jul 31 12:23:25 UTC 2013
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
remove unnecessary <sys/poll.h> -- musl whines when it's included
To generate a diff of this commit:
cvs rdiff -u -r1.104 -r1.105 src/lib/librumphijack/hijack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.104 src/lib/librumphijack/hijack.c:1.105
--- src/lib/librumphijack/hijack.c:1.104 Sat Jul 27 17:37:29 2013
+++ src/lib/librumphijack/hijack.c Wed Jul 31 12:23:25 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: hijack.c,v 1.104 2013/07/27 17:37:29 pooka Exp $ */
+/* $NetBSD: hijack.c,v 1.105 2013/07/31 12:23:25 pooka Exp $ */
/*-
* Copyright (c) 2011 Antti Kantee. All Rights Reserved.
@@ -28,7 +28,7 @@
#include "rumpuser_port.h"
#if !defined(lint)
-__RCSID("$NetBSD: hijack.c,v 1.104 2013/07/27 17:37:29 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.105 2013/07/31 12:23:25 pooka Exp $");
#endif
#include <sys/param.h>
@@ -36,7 +36,6 @@ __RCSID("$NetBSD: hijack.c,v 1.104 2013/
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/mount.h>
-#include <sys/poll.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/statvfs.h>