aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
-rw-r--r--src/emacs.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 28e6c00377c..bcf990ad127 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -35,7 +35,7 @@ extern char *sys_errlist[];
35#endif /* SIGCLD */ 35#endif /* SIGCLD */
36 36
37#include <sys/types.h> 37#include <sys/types.h>
38#define PRIO_PROCESS 0 38
39#include <sys/file.h> 39#include <sys/file.h>
40#ifdef USG5 40#ifdef USG5
41#include <fcntl.h> 41#include <fcntl.h>
diff --git a/src/emacs.c b/src/emacs.c
index 2e6527e4e7e..309ba1ce2a1 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -52,8 +52,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
52#define O_RDWR 2 52#define O_RDWR 2
53#endif 53#endif
54 54
55#define PRIO_PROCESS 0
56
57/* Command line args from shell, as list of strings */ 55/* Command line args from shell, as list of strings */
58Lisp_Object Vcommand_line_args; 56Lisp_Object Vcommand_line_args;
59 57