mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
It doesn't work on Solaris either.
This commit is contained in:
parent
159fb9ee27
commit
9b7c392a7c
2 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@
|
|||
/* These routines are referenced by this module */
|
||||
static void exfile(Shell_t*, Sfio_t*,int);
|
||||
static void chkmail(Shell_t *shp, char*);
|
||||
#if defined(_lib_fork) && !defined(_NEXT_SOURCE) && !defined(__FreeBSD__)
|
||||
#if defined(_lib_fork) && !defined(_NEXT_SOURCE) && !defined(__FreeBSD__) && !defined(__sun)
|
||||
static void fixargs(char**,int);
|
||||
#else
|
||||
# define fixargs(a,b)
|
||||
|
@ -697,7 +697,7 @@ static void chkmail(Shell_t *shp, char *files)
|
|||
# define PSTAT 1
|
||||
#endif
|
||||
|
||||
#if defined(_lib_fork) && !defined(_NEXT_SOURCE) && !defined(__FreeBSD__)
|
||||
#if defined(_lib_fork) && !defined(_NEXT_SOURCE) && !defined(__FreeBSD__) && !defined(__sun)
|
||||
/*
|
||||
* fix up command line for ps command
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue