emacs-devel
[Top][All Lists]
Advanced

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

Re: emacs-24.2.93 build problems


From: Glenn Morris
Subject: Re: emacs-24.2.93 build problems
Date: Mon, 04 Mar 2013 15:34:58 -0500
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

If we don't get a response soon, it seems to me that we can just restore
the 24.2 behaviour for this platform with the following. Is that correct?
(Assuming of course that there is no other build problem that we have
not heard about yet.)


*** src/sysdep.c        2013-01-11 07:47:57 +0000
--- src/sysdep.c        2013-03-04 20:31:27 +0000
***************
*** 2647,2653 ****
    return proclist;
  }
  
! #elif defined BSD_SYSTEM
  
  Lisp_Object
  list_system_processes (void)
--- 2647,2653 ----
    return proclist;
  }
  
! #elif defined (BSD_SYSTEM) && defined (KERN_PROC)
  
  Lisp_Object
  list_system_processes (void)




reply via email to

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