summaryrefslogtreecommitdiff
path: root/lib/librthread/rthread_np.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-08 17:19:27 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-07-08 17:19:27 +0000
commitca6b780f3bfa5c9a89ba92e6cd2521c9329cdc0f (patch)
tree42548dbe5d3a602c490a5126d137dcdef5c71c6f /lib/librthread/rthread_np.c
parent0ed1c38073e501cc08c2d664396820fe904f718c (diff)
decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h
don't need to be married. ok guenther miod beck jsing kettenis
Diffstat (limited to 'lib/librthread/rthread_np.c')
-rw-r--r--lib/librthread/rthread_np.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librthread/rthread_np.c b/lib/librthread/rthread_np.c
index 9d057f3602a..347ddb62892 100644
--- a/lib/librthread/rthread_np.c
+++ b/lib/librthread/rthread_np.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rthread_np.c,v 1.12 2014/07/01 03:32:18 guenther Exp $ */
+/* $OpenBSD: rthread_np.c,v 1.13 2014/07/08 17:19:22 deraadt Exp $ */
/*
* Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
* Copyright (c) 2005 Otto Moerbeek <otto@openbsd.org>
@@ -32,7 +32,6 @@
#include <string.h>
#include <unistd.h>
-#include <uvm/uvm_extern.h>
#include <machine/spinlock.h>
#include "rthread.h"