emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[24.3] possible build failure for list-system-processes on DragonFlyBSD


From: Jérémie Courrèges-Ang las
Subject: [24.3] possible build failure for list-system-processes on DragonFlyBSD
Date: Wed, 06 Mar 2013 03:28:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (berkeley-unix)

Same problem with DragonFlyBSD, which doesn't have KERN_PROC_PROC but
KERN_PROC_ALL and has switched to a flat kinfo_proc structure.

sys/sysctl.h (KERN_PROC_ALL)
http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/sys/sys/sysctl.h

sys/kinfo.h (struct kinfo_proc)
http://gitweb.dragonflybsd.org/dragonfly.git/blob/HEAD:/sys/sys/kinfo.h

"Change kinfo_proc interface between kernel and userland."
http://gitweb.dragonflybsd.org/dragonfly.git/commit/5dfd06ac148512faf075c4e399e8485fd955578f

Perhaps should the list-system-processes function be enabled only on
targets where it is known to work?
-- 
Jérémie Courrèges-Anglas
GPG Key fingerprint: 61DB D9A0 00A4 67CF 2A90  8961 6191 8FBF 06A1 1494

Attachment: pgpHtUyFThcls.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]