mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Move _PATH_LOCALE to place where it really belongs to (rune.h -> paths.h)
Reviewed by: ache
This commit is contained in:
parent
ea5a1812ba
commit
73e180240f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=116844
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user