Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/stdlib vmparam.h is a kernel header.
details: https://anonhg.NetBSD.org/src/rev/3b7520f76e60
branches: trunk
changeset: 343205:3b7520f76e60
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 24 21:56:43 2016 +0000
description:
vmparam.h is a kernel header.
diffstat:
lib/libc/stdlib/jemalloc.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 9b0d65f30233 -r 3b7520f76e60 lib/libc/stdlib/jemalloc.c
--- a/lib/libc/stdlib/jemalloc.c Sun Jan 24 20:34:30 2016 +0000
+++ b/lib/libc/stdlib/jemalloc.c Sun Jan 24 21:56:43 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jemalloc.c,v 1.38 2015/07/26 17:21:55 martin Exp $ */
+/* $NetBSD: jemalloc.c,v 1.39 2016/01/24 21:56:43 christos Exp $ */
/*-
* Copyright (C) 2006,2007 Jason Evans <jasone%FreeBSD.org@localhost>.
@@ -118,7 +118,7 @@
#include <sys/cdefs.h>
/* __FBSDID("$FreeBSD: src/lib/libc/stdlib/malloc.c,v 1.147 2007/06/15 22:00:16 jasone Exp $"); */
-__RCSID("$NetBSD: jemalloc.c,v 1.38 2015/07/26 17:21:55 martin Exp $");
+__RCSID("$NetBSD: jemalloc.c,v 1.39 2016/01/24 21:56:43 christos Exp $");
#ifdef __FreeBSD__
#include "libc_private.h"
@@ -143,8 +143,8 @@
#ifdef __FreeBSD__
#include <machine/atomic.h>
#include <machine/cpufunc.h>
+#include <machine/vmparam.h>
#endif
-#include <machine/vmparam.h>
#include <errno.h>
#include <limits.h>
Home |
Main Index |
Thread Index |
Old Index