Module Name: src
Committed By: justin
Date: Sat Jan 17 23:49:40 UTC 2015
Modified Files:
src/lib/librumpuser: rumpuser_port.h
Log Message:
Remove no longer required definitions
To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/lib/librumpuser/rumpuser_port.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumpuser/rumpuser_port.h
diff -u src/lib/librumpuser/rumpuser_port.h:1.42 src/lib/librumpuser/rumpuser_port.h:1.43
--- src/lib/librumpuser/rumpuser_port.h:1.42 Mon Nov 10 22:43:46 2014
+++ src/lib/librumpuser/rumpuser_port.h Sat Jan 17 23:49:40 2015
@@ -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 @@ typedef uint16_t in_port_t;
#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 */