diff options
| author | rofl0r <retnyg@gmx.net> | 2013-06-30 23:04:12 +0200 | 
|---|---|---|
| committer | rofl0r <retnyg@gmx.net> | 2013-07-03 18:07:50 +0200 | 
| commit | f206fec1c8162ea93ece055f09a571acde69974a (patch) | |
| tree | 13edb03e59f76453bfa81452eccf0b2ad54ca098 | |
| parent | fbcd82040cb67ee14886c6ac4c200cde3662f986 (diff) | |
| download | musl-f206fec1c8162ea93ece055f09a571acde69974a.tar.gz | |
paths.h: remove cruft
a research in debian codesearch and grepping over the pkgsrc
directory tree have shown that these macros are all either unused,
or defined by programs in case they need them.
| -rw-r--r-- | include/paths.h | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/include/paths.h b/include/paths.h index e0d1fff1..22848704 100644 --- a/include/paths.h +++ b/include/paths.h @@ -6,27 +6,18 @@  #define	_PATH_BSHELL	"/bin/sh"  #define	_PATH_CONSOLE	"/dev/console" -#define	_PATH_CSHELL	"/bin/csh" -#define	_PATH_DEVDB	"/var/run/dev.db"  #define	_PATH_DEVNULL	"/dev/null" -#define	_PATH_DRUM	"/dev/drum" -#define	_PATH_GSHADOW	"/etc/gshadow"  #define	_PATH_KLOG	"/proc/kmsg" -#define	_PATH_KMEM	"/dev/kmem"  #define	_PATH_LASTLOG	"/var/log/lastlog"  #define	_PATH_MAILDIR	"/var/mail"  #define	_PATH_MAN	"/usr/share/man" -#define	_PATH_MEM	"/dev/mem"  #define	_PATH_MNTTAB	"/etc/fstab"  #define	_PATH_MOUNTED	"/etc/mtab"  #define	_PATH_NOLOGIN	"/etc/nologin" -#define	_PATH_PRESERVE	"/var/lib" -#define	_PATH_RWHODIR	"/var/spool/rwho"  #define	_PATH_SENDMAIL	"/usr/sbin/sendmail"  #define	_PATH_SHADOW	"/etc/shadow"  #define	_PATH_SHELLS	"/etc/shells"  #define	_PATH_TTY	"/dev/tty" -#define	_PATH_UNIX	"/boot/vmlinux"  #define _PATH_UTMP	"/dev/null/utmp"  #define	_PATH_VI	"/usr/bin/vi"  #define _PATH_WTMP	"/dev/null/wtmp" | 
