diff src/process.c @ 100573:29b9d06ea622

* process.c: (Flist_system_processes): (Fsystem_process_attributes): Undo previous change, these functions are duplicated for the benefit of #ifndef subprocesses.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 19 Dec 2008 22:53:15 +0000
parents ebc59d34e84a
children e5aa6a069f40
line wrap: on
line diff
--- 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