mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove local definition of _PATH_CP, and use <paths.h>, _PATH_CP is in the
CURRENT <paths.h>.
This commit is contained in:
parent
db1d04d6d9
commit
71e092d1bb
2 changed files with 1 additions and 1 deletions
|
|
@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <fcntl.h>
|
||||
#include <grp.h>
|
||||
#include <limits.h>
|
||||
#include <paths.h>
|
||||
#include <pwd.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -35,4 +35,3 @@
|
|||
*/
|
||||
|
||||
#define _PATH_RM "/bin/rm"
|
||||
#define _PATH_CP "/bin/cp"
|
||||
|
|
|
|||
Loading…
Reference in a new issue