summaryrefslogtreecommitdiffstats
path: root/compat.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-21 13:07:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-21 13:07:50 +0000
commit48c36d628aa10183eda59bccc035f154b7cea767 (patch)
tree5004ee16d0f6327507cb693c155a23fe09816039 /compat.h
parente2a80151ae4a4451a7d7d847c214c6127925304d (diff)
No paths.h in cmd.c; add _PATH_DEV for Solaris.
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index 71de746b..27223abc 100644
--- a/compat.h
+++ b/compat.h
@@ -1,4 +1,4 @@
-/* $Id: compat.h,v 1.6 2009-07-02 07:30:59 nicm Exp $ */
+/* $Id: compat.h,v 1.7 2009-07-21 13:07:50 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -21,6 +21,7 @@
#define _PATH_TMP "/tmp/"
#define _PATH_DEVNULL "/dev/null"
#define _PATH_TTY "/dev/tty"
+#define _PATH_DEV "/dev/"
#endif
#ifdef HAVE_QUEUE_H