diff options
| -rw-r--r-- | include/paths.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/paths.h b/include/paths.h index 305937fc5..0b4035d22 100644 --- a/include/paths.h +++ b/include/paths.h @@ -44,6 +44,7 @@  #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"  | 
