Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/librumpuser Remove no longer required definitions
details: https://anonhg.NetBSD.org/src/rev/fbaf1a8eae25
branches: trunk
changeset: 335627:fbaf1a8eae25
user: justin <justin%NetBSD.org@localhost>
date: Sat Jan 17 23:49:40 2015 +0000
description:
Remove no longer required definitions
diffstat:
lib/librumpuser/rumpuser_port.h | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r f6444d919e05 -r fbaf1a8eae25 lib/librumpuser/rumpuser_port.h
--- a/lib/librumpuser/rumpuser_port.h Sat Jan 17 19:47:34 2015 +0000
+++ b/lib/librumpuser/rumpuser_port.h Sat Jan 17 23:49:40 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rumpuser_port.h,v 1.42 2014/11/10 22:43:46 pooka Exp $ */
+/* $NetBSD: rumpuser_port.h,v 1.43 2015/01/17 23:49:40 justin Exp $ */
#ifndef _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
#define _LIB_LIBRUMPUSER_RUMPUSER_PORT_H_
@@ -112,10 +112,6 @@
#include <sys/select.h>
#define atomic_inc_uint(x) __sync_fetch_and_add(x, 1)
#define atomic_dec_uint(x) __sync_fetch_and_sub(x, 1)
-#include <time.h>
-int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *);
-#include <stdlib.h>
-void arc4random_buf(void*, size_t);
#endif
/* sunny magic */
Home |
Main Index |
Thread Index |
Old Index