emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/gnu-linux.h,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/s/gnu-linux.h,v
Date: Sat, 02 Aug 2008 16:19:03 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    08/08/02 16:19:03

Index: gnu-linux.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/s/gnu-linux.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -b -r1.112 -r1.113
--- gnu-linux.h 24 Jul 2008 18:45:45 -0000      1.112
+++ gnu-linux.h 2 Aug 2008 16:19:03 -0000       1.113
@@ -105,6 +105,11 @@
 
 #define BSTRING
 
+/* These are used in Flist_system_processes and Fsystem_process_attributes.  */
+#define HAVE_PROCFS 1
+#define LISTPROC procfs_list_system_processes
+#define PROCATTR procfs_system_process_attributes
+
 /* define MAIL_USE_FLOCK if the mailer uses flock
    to interlock access to /usr/spool/mail/$USER.
    The alternative is that a lock file named




reply via email to

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