summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_rlist.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-02 17:35:40 +0000
committerphk <phk@FreeBSD.org>1994-10-02 17:35:40 +0000
commitc3e49455410fee43dec92514e04dfed13eb8c587 (patch)
tree63e8cb7113791c7e2efaced539ff5283adf25d25 /sys/kern/subr_rlist.c
parent29627a3d7d000aefc2860e1042707614018a2b57 (diff)
downloadFreeBSD-src-c3e49455410fee43dec92514e04dfed13eb8c587.zip
FreeBSD-src-c3e49455410fee43dec92514e04dfed13eb8c587.tar.gz
All of this is cosmetic. prototypes, #includes, printfs and so on. Makes
GCC a lot more silent.
Diffstat (limited to 'sys/kern/subr_rlist.c')
-rw-r--r--sys/kern/subr_rlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/kern/subr_rlist.c b/sys/kern/subr_rlist.c
index 0bc1778..ae4b012 100644
--- a/sys/kern/subr_rlist.c
+++ b/sys/kern/subr_rlist.c
@@ -45,7 +45,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: subr_rlist.c,v 1.5 1993/12/22 12:51:39 davidg Exp $
+ * $Id: subr_rlist.c,v 1.6 1994/08/13 03:50:24 wollman Exp $
*/
#include <sys/param.h>
@@ -53,6 +53,7 @@
#include <sys/cdefs.h>
#include <sys/malloc.h>
#include <sys/rlist.h>
+#include <sys/proc.h>
#include <vm/vm.h>
#include <vm/vm_map.h>
OpenPOWER on IntegriCloud