fc74d2d794
Mars 13, 2006: Overview of changes in 2.14.0 ============================================ * Updated translations. February 27, 2006: Overview of changes in 2.13.92 ================================================= * Fixed proc_state documentation. * Updated mountlist ignore list. January 23, 2006: Overview of changes in 2.13.3 =============================================== * linux: - fixe get_procmap for linux < 2.6.14. January 2, 2006: Overview of changes in 2.13.2 ============================================== * Fixed libtool versioning (James Henstridge) December 15, 2005: Overview of changes in 2.13.1 ================================================ * linux: - fixed proclist - implemented server->real_ncpu December 13, 2005: Overview of changes in 2.13.0 ================================================ * Requires automake-1.9 (James Henstridge) * Supports up to 32 CPU * Supports Linux smaps * linux: fixed SMP detection This release is not ABI compatible with previous releases. Sorry.
13 lines
388 B
Text
13 lines
388 B
Text
$NetBSD: patch-aq,v 1.1 2006/03/30 21:09:48 jmmv Exp $
|
|
|
|
--- sysdeps/freebsd/msg_limits.c.orig 2005-12-12 11:09:39.000000000 +0100
|
|
+++ sysdeps/freebsd/msg_limits.c
|
|
@@ -49,7 +49,7 @@ glibtop_get_msg_limits_p (glibtop *serve
|
|
|
|
#if (defined(__FreeBSD__) && (__FreeBSD_version < 410000)) || (defined __bsdi__)
|
|
#define KERNEL 1
|
|
-#else
|
|
+#elif !defined(__NetBSD__)
|
|
#define _KERNEL 1
|
|
#endif
|
|
|