diff options
author | 2014-07-09 08:49:20 +0000 | |
---|---|---|
committer | 2014-07-09 08:49:20 +0000 | |
commit | 1bcf8825e974a323e83022f0c58a9dfe81b28543 (patch) | |
tree | 6eb0d6d8f86adecfd4b52b786532cab3747a1863 | |
parent | RSA_NULL used to be a compile option allowing the RSA interfaces to be (diff) | |
download | wireguard-openbsd-1bcf8825e974a323e83022f0c58a9dfe81b28543.tar.xz wireguard-openbsd-1bcf8825e974a323e83022f0c58a9dfe81b28543.zip |
need uvm/uvm_extern.h since no longer supplied below user.h
-rw-r--r-- | sys/arch/mips64/mips64/genassym.cf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/mips64/genassym.cf b/sys/arch/mips64/mips64/genassym.cf index ff3ee2cd166..5d400173f2d 100644 --- a/sys/arch/mips64/mips64/genassym.cf +++ b/sys/arch/mips64/mips64/genassym.cf @@ -1,4 +1,4 @@ -# $OpenBSD: genassym.cf,v 1.11 2014/04/03 08:07:16 mpi Exp $ +# $OpenBSD: genassym.cf,v 1.12 2014/07/09 08:49:20 deraadt Exp $ # # Copyright (c) 1997 Per Fogelstrom / Opsycon AB # @@ -30,6 +30,7 @@ include <sys/buf.h> include <sys/proc.h> include <sys/mbuf.h> include <sys/user.h> +include <uvm/uvm_extern.h> include <sys/siginfo.h> include <machine/cpu.h> |