# HG changeset patch # User Dan Nicolaescu # Date 1229727195 0 # Node ID 29b9d06ea622b3b60a8b4d7895713487297e6fe6 # Parent 7d5b97314a0a70fc85245b9773963a0867138a1f * process.c: (Flist_system_processes): (Fsystem_process_attributes): Undo previous change, these functions are duplicated for the benefit of #ifndef subprocesses. diff -r 7d5b97314a0a -r 29b9d06ea622 src/process.c --- a/src/process.c Fri Dec 19 22:24:58 2008 +0000 +++ b/src/process.c Fri Dec 19 22:53:15 2008 +0000 @@ -7795,7 +7795,7 @@ given its ID. */) () { - return list_system_processes (); + return Qnil; } DEFUN ("system-process-attributes", Fsystem_process_attributes, @@ -7851,7 +7851,7 @@ Lisp_Object pid; { - return system_process_attributes (pid); + return Qnil; } void