mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Drop nested __P(). This trips up Supelec's dcc.
This commit is contained in:
parent
285648f9d2
commit
0f639cc8b0
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ int readlink __P((const char *, char *, int));
|
|||
int reboot __P((int));
|
||||
int revoke __P((const char *));
|
||||
pid_t rfork __P((int));
|
||||
pid_t rfork_thread __P((int, void *, int (*) __P((void *)), void *));
|
||||
pid_t rfork_thread __P((int, void *, int (*)(void *), void *));
|
||||
int rresvport __P((int *));
|
||||
int rresvport_af __P((int *, int));
|
||||
int ruserok __P((const char *, int, const char *, const char *));
|
||||
|
|
|
|||
Loading…
Reference in a new issue