diff options
author | Roland McGrath <roland@gnu.org> | 1995-09-16 01:35:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-09-16 01:35:40 +0000 |
commit | 52120d280211ee1edb9890adc8b1c941e24458ae (patch) | |
tree | 9a85ba1941425096c10489531f9e79dd22b08f26 /hurd/paths.h | |
parent | 0bf9261ac06bc4394961723e54cef27849fd50d1 (diff) |
(_SERVERS_CRASH): New macro.
(_SERVERS_CORE): Macro removed.
Diffstat (limited to 'hurd/paths.h')
-rw-r--r-- | hurd/paths.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/paths.h b/hurd/paths.h index de40dbfa..f8fd6ffb 100644 --- a/hurd/paths.h +++ b/hurd/paths.h @@ -1,5 +1,5 @@ /* Standard Hurd pathnames. - Copyright (C) 1992, 1994 Free Software Foundation, Inc. + Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. This file is part of the GNU Hurd. @@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ the canonical pathname being /servers/foo. */ #define _SERVERS "/servers/" -#define _SERVERS_CORE _SERVERS "core" +#define _SERVERS_CRASH _SERVERS "crash" #define _SERVERS_EXEC _SERVERS "exec" #define _SERVERS_STARTUP _SERVERS "startup" #define _SERVERS_PROC _SERVERS "proc" |