1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00

Define _NS_PRIVATE to make declarations visible.

This eliminates -Wmissing-prototypes warnings.
This commit is contained in:
Craig Rodrigues 2015-09-20 04:17:03 +00:00
parent ffdd70376a
commit ae274020ba
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=288013

View File

@ -29,6 +29,7 @@
__FBSDID("$FreeBSD$");
#include "namespace.h"
#define _NS_PRIVATE
#include <nsswitch.h>
#include <stdlib.h>
#include <string.h>