| 15 |
|
|
| 16 |
|
#include "copyright.h" |
| 17 |
|
|
| 18 |
– |
#include "standard.h" |
| 18 |
|
#include <ctype.h> |
| 19 |
|
#include <sys/stat.h> |
| 20 |
+ |
|
| 21 |
+ |
#include "standard.h" |
| 22 |
+ |
#include "paths.h" |
| 23 |
|
#include "view.h" |
| 24 |
|
#include "vars.h" |
| 25 |
|
#include "netproc.h" |
| 482 |
|
pippt = NULL; |
| 483 |
|
} |
| 484 |
|
if (pippt != NULL) |
| 485 |
< |
strcpy(pippt, "> /dev/null"); /* nothing to match */ |
| 485 |
> |
strcpy(pippt, "> " NULL_DEVICE); /* nothing to match */ |
| 486 |
|
else { |
| 487 |
|
sprintf(cp, ")[ \t]*=' > %s/radset.var", vval(DIRECTORY)); |
| 488 |
|
cp += 11; /* point to file name */ |