Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumphijack remove unnecessary <sys/poll.h> -- musl wh...
details: https://anonhg.NetBSD.org/src/rev/555eb6d0fd78
branches: trunk
changeset: 788959:555eb6d0fd78
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Jul 31 12:23:25 2013 +0000
description:
remove unnecessary <sys/poll.h> -- musl whines when it's included
diffstat:
lib/librumphijack/hijack.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 28aa5d1a379b -r 555eb6d0fd78 lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c Wed Jul 31 11:57:24 2013 +0000
+++ b/lib/librumphijack/hijack.c Wed Jul 31 12:23:25 2013 +0000
@@ -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 @@
#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>
Home |
Main Index |
Thread Index |
Old Index