From 52120d280211ee1edb9890adc8b1c941e24458ae Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 16 Sep 1995 01:35:40 +0000 Subject: (_SERVERS_CRASH): New macro. (_SERVERS_CORE): Macro removed. --- hurd/paths.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hurd') 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" -- cgit v1.2.3