mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add missing declaration.
This commit is contained in:
parent
e602b918db
commit
a587d2f78f
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <rpcsvc/nis.h>
|
||||
#include "un-namespace.h"
|
||||
|
||||
extern int _rpc_dtablesize( void );
|
||||
|
||||
#ifdef TESTING
|
||||
#define msg(x) printf("ERROR: %s\n", x)
|
||||
/* #define msg(x) syslog(LOG_ERR, "%s", x) */
|
||||
|
|
|
|||
Loading…
Reference in a new issue