mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix small indendation issues in paths.h files
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
012-11-04 Pino Toscano <toscano.pino@tiscali.it>
|
||||||
|
|
||||||
|
* sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
|
||||||
|
instead of spaces.
|
||||||
|
* sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
|
||||||
|
|
||||||
2012-11-03 Joseph Myers <joseph@codesourcery.com>
|
2012-11-03 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
[BZ #14796]
|
[BZ #14796]
|
||||||
|
@ -50,8 +50,8 @@
|
|||||||
#define _PATH_MAILDIR "/var/mail"
|
#define _PATH_MAILDIR "/var/mail"
|
||||||
#define _PATH_MAN "/usr/share/man"
|
#define _PATH_MAN "/usr/share/man"
|
||||||
#define _PATH_MEM "/dev/mem"
|
#define _PATH_MEM "/dev/mem"
|
||||||
#define _PATH_MNTTAB "/etc/fstab"
|
#define _PATH_MNTTAB "/etc/fstab"
|
||||||
#define _PATH_MOUNTED "/var/run/mtab"
|
#define _PATH_MOUNTED "/var/run/mtab"
|
||||||
#define _PATH_NOLOGIN "/etc/nologin"
|
#define _PATH_NOLOGIN "/etc/nologin"
|
||||||
#define _PATH_PRESERVE "/var/lib"
|
#define _PATH_PRESERVE "/var/lib"
|
||||||
#define _PATH_RWHODIR "/var/spool/rwho"
|
#define _PATH_RWHODIR "/var/spool/rwho"
|
||||||
|
@ -61,9 +61,9 @@
|
|||||||
#define _PATH_SHELLS "/etc/shells"
|
#define _PATH_SHELLS "/etc/shells"
|
||||||
#define _PATH_TTY "/dev/tty"
|
#define _PATH_TTY "/dev/tty"
|
||||||
#define _PATH_UNIX "/boot/vmlinux"
|
#define _PATH_UNIX "/boot/vmlinux"
|
||||||
#define _PATH_UTMP "/var/run/utmp"
|
#define _PATH_UTMP "/var/run/utmp"
|
||||||
#define _PATH_VI "/usr/bin/vi"
|
#define _PATH_VI "/usr/bin/vi"
|
||||||
#define _PATH_WTMP "/var/log/wtmp"
|
#define _PATH_WTMP "/var/log/wtmp"
|
||||||
|
|
||||||
/* Provide trailing slash, since mostly used for building pathnames. */
|
/* Provide trailing slash, since mostly used for building pathnames. */
|
||||||
#define _PATH_DEV "/dev/"
|
#define _PATH_DEV "/dev/"
|
||||||
|
Reference in New Issue
Block a user