commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 28/36: include: make /hurd/proc PID 3


From: Samuel Thibault
Subject: [hurd] 28/36: include: make /hurd/proc PID 3
Date: Tue, 24 Sep 2013 12:31:18 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit f73b0c1a45a7c73fcc034f7fd34ae906dd51b4ad
Author: Justus Winter <address@hidden>
Date:   Mon Sep 16 12:20:26 2013 +0200

    include: make /hurd/proc PID 3
    
    Using PID 0 is problematic for various reasons. Make /hurd/proc run as
    PID 3 instead.
    
    * include/pids.h: Make /hurd/proc PID 3.
---
 include/pids.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/pids.h b/include/pids.h
index 485916b..22415f4 100644
--- a/include/pids.h
+++ b/include/pids.h
@@ -22,8 +22,8 @@
 #ifndef _HURD_PROCESSES_H
 #define _HURD_PROCESSES_H
 
-#define HURD_PID_PROC          0
 #define HURD_PID_STARTUP       1
 #define HURD_PID_KERNEL                2
+#define HURD_PID_PROC          3
 
 #endif  /* _HURD_PROCESSES_H */

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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