diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-05-21 16:23:45 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-05-21 16:23:45 +0000 |
commit | a8900502ab69520adb88b1f740f0d55789d2cf2c (patch) | |
tree | 5fd00106f50d89cd464c95a1d84f164e73c377f5 | |
parent | 48d7273b00dd77dd976aaf40143629d1c16efaa9 (diff) |
2002-05-20 Alfred M. Szmidt <ams@kemisten.nu>
* paths.h (_SERVERS_STARTUP): Macro removed.
-rw-r--r-- | hurd/ChangeLog | 4 | ||||
-rw-r--r-- | hurd/paths.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/hurd/ChangeLog b/hurd/ChangeLog index 88aeecf3..efa2eed2 100644 --- a/hurd/ChangeLog +++ b/hurd/ChangeLog @@ -1,3 +1,7 @@ +2002-05-20 Alfred M. Szmidt <ams@kemisten.nu> + + * paths.h (_SERVERS_STARTUP): Macro removed. + 2002-05-07 Roland McGrath <roland@frob.com> * msg.defs (msg_report_wait): int -> mach_msg_id_t diff --git a/hurd/paths.h b/hurd/paths.h index e35f51bc..d3940fce 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -26,7 +26,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define _SERVERS "/servers/" #define _SERVERS_CRASH _SERVERS "crash" #define _SERVERS_EXEC _SERVERS "exec" -#define _SERVERS_STARTUP _SERVERS "startup" #define _SERVERS_PROC _SERVERS "proc" #define _SERVERS_PASSWORD _SERVERS "password" |