From 8182e7cfe7d9c60567e48b876282594395062530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 18 Feb 2003 16:48:11 +0000 Subject: Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop the following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64. --- mdk-stage1/dietlibc/include/paths.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mdk-stage1/dietlibc/include/paths.h') diff --git a/mdk-stage1/dietlibc/include/paths.h b/mdk-stage1/dietlibc/include/paths.h index 0e36bb10e..9073d267a 100644 --- a/mdk-stage1/dietlibc/include/paths.h +++ b/mdk-stage1/dietlibc/include/paths.h @@ -13,4 +13,11 @@ #define _PATH_GROUP "/etc/group" #define _PATH_SHADOW "/etc/shadow" +#define _PATH_SHELLS "/etc/shells" + +#define _PATH_VARRUN "/var/run/" + +/* puke */ +#define _PATH_MAILDIR "/var/mail" + #endif -- cgit v1.2.1