Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)

Reviewed by:	ache
This commit is contained in:
Alexey Zelkin 2003-06-25 22:28:33 +00:00
parent ea5a1812ba
commit 73e180240f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116844
2 changed files with 1 additions and 2 deletions

View File

@ -62,6 +62,7 @@
#define _PATH_IFCONFIG "/sbin/ifconfig"
#define _PATH_KMEM "/dev/kmem"
#define _PATH_LIBMAP_CONF "/etc/libmap.conf"
#define _PATH_LOCALE "/usr/share/locale"
#define _PATH_LOGIN "/usr/bin/login"
#define _PATH_MAILDIR "/var/mail"
#define _PATH_MAN "/usr/share/man"

View File

@ -48,8 +48,6 @@
typedef __rune_t rune_t;
#endif
#define _PATH_LOCALE "/usr/share/locale"
#define _INVALID_RUNE _CurrentRuneLocale->invalid_rune
#define __sgetrune _CurrentRuneLocale->sgetrune