mirror of
https://github.com/opnsense/src.git
synced 2026-05-04 17:05:14 -04:00
Continued ipfilter #ifdef cleanup. The r343701 log entry contains a
complete description. MFC after: 3 days
This commit is contained in:
parent
89f3492919
commit
bbd1103c30
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ extern int openkmem __P((char *, char *));
|
|||
extern int kmemcpy __P((char *, long, int));
|
||||
extern int kstrncpy __P((char *, long, int));
|
||||
|
||||
#if defined(__NetBSD__) || defined(__OpenBSD)
|
||||
#if defined(__NetBSD__)
|
||||
# include <paths.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue