Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumphijack fix compilation on -current
details: https://anonhg.NetBSD.org/src/rev/8aa45ab16b76
branches: trunk
changeset: 761369:8aa45ab16b76
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Jan 25 17:37:00 2011 +0000
description:
fix compilation on -current
diffstat:
lib/librumphijack/hijack.c | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diffs (32 lines):
diff -r 07f0fdf14033 -r 8aa45ab16b76 lib/librumphijack/hijack.c
--- a/lib/librumphijack/hijack.c Tue Jan 25 17:22:43 2011 +0000
+++ b/lib/librumphijack/hijack.c Tue Jan 25 17:37:00 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hijack.c,v 1.19 2011/01/25 12:53:45 pooka Exp $ */
+/* $NetBSD: hijack.c,v 1.20 2011/01/25 17:37:00 pooka Exp $ */
/*-
* Copyright (c) 2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.19 2011/01/25 12:53:45 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.20 2011/01/25 17:37:00 pooka Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -85,9 +85,10 @@
#define LIBCPOLL __poll50
#endif
-int SELECT(int, fd_set *, fd_set *, fd_set *, struct timeval *);
-int POLLTS(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *);
-int POLL(struct pollfd *, nfds_t, int);
+int LIBCSELECT(int, fd_set *, fd_set *, fd_set *, struct timeval *);
+int LIBCPOLLTS(struct pollfd *, nfds_t,
+ const struct timespec *, const sigset_t *);
+int LIBCPOLL(struct pollfd *, nfds_t, int);
#define S(a) __STRING(a)
struct sysnames {
Home |
Main Index |
Thread Index |
Old Index