emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src sysdep.c


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/src sysdep.c
Date: Sat, 20 Dec 2008 12:13:55 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/12/20 12:13:55

Modified files:
        src            : sysdep.c 

Log message:
        Add commentary about WINDOWSNT implementation of list_system_processes 
and
        system_process_attributes.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/sysdep.c?cvsroot=emacs&r1=1.324&r2=1.325

Patches:
Index: sysdep.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/sysdep.c,v
retrieving revision 1.324
retrieving revision 1.325
diff -u -b -r1.324 -r1.325
--- sysdep.c    19 Dec 2008 23:38:28 -0000      1.324
+++ sysdep.c    20 Dec 2008 12:13:54 -0000      1.325
@@ -3219,6 +3219,7 @@
   return proclist;
 }
 
+/* The WINDOWSNT implementation is on w32.c.  */
 #elif !defined (WINDOWSNT)
 
 Lisp_Object
@@ -3226,7 +3227,8 @@
 {
   return Qnil;
 }
-#endif /* !defined (WINDOWSNT)*/
+
+#endif /* !defined (WINDOWSNT) */
 
 #ifdef GNU_LINUX
 static void
@@ -3607,6 +3609,7 @@
   UNGCPRO;
   return attrs;
 }
+
 #elif defined (SOLARIS2) && defined (HAVE_PROCFS)
 
 /* The <procfs.h> header does not like to be included if _LP64 is defined and
@@ -3750,6 +3753,7 @@
   return attrs;
 }
 
+/* The WINDOWSNT implementation is on w32.c.  */
 #elif !defined (WINDOWSNT)
 
 Lisp_Object




reply via email to

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