summaryrefslogtreecommitdiff
path: root/include/paths.h
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2011-03-03 13:08:54 +0100
committerPeter S. Mazinger <ps.m@gmx.net>2011-03-03 18:22:52 +0100
commitfae4a5832519033c8c378e4cb4dadb96e5be1692 (patch)
tree8d1be4e16eb9d9aa4b46fd6d49d6316bfb0d9b0e /include/paths.h
parent63a16d7e6832b65769e7c2be0aed39b8ff8cf741 (diff)
paths.h: add _PATH_GSHADOW
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'include/paths.h')
-rw-r--r--include/paths.h1
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"