No paths.h in cmd.c; add _PATH_DEV for Solaris.

This commit is contained in:
Nicholas Marriott
2009-07-21 13:07:50 +00:00
parent e2a80151ae
commit 48c36d628a
2 changed files with 3 additions and 3 deletions

View File

@ -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