aboutsummaryrefslogtreecommitdiff
path: root/libexec/ypxfr/ypxfrd_getmap.c
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2015-07-28 02:32:40 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2015-07-28 02:32:40 +0000
commit033af09de113cdcba4b72685dd5311fffb1025c5 (patch)
tree474a3116b16d6874dad78ef520947dc99f16dd88 /libexec/ypxfr/ypxfrd_getmap.c
parent267dbe63a1dfb8e05eae5f1fad1ed7cc5f7b4b27 (diff)
downloadsrc-033af09de113cdcba4b72685dd5311fffb1025c5.tar.gz
src-033af09de113cdcba4b72685dd5311fffb1025c5.zip
Notes
Diffstat (limited to 'libexec/ypxfr/ypxfrd_getmap.c')
-rw-r--r--libexec/ypxfr/ypxfrd_getmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/ypxfr/ypxfrd_getmap.c b/libexec/ypxfr/ypxfrd_getmap.c
index b1424ac552fc..a5ac92da578d 100644
--- a/libexec/ypxfr/ypxfrd_getmap.c
+++ b/libexec/ypxfr/ypxfrd_getmap.c
@@ -47,7 +47,7 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include "ypxfr_extern.h"
-int fp = 0;
+static int fp = 0;
static bool_t
xdr_my_xfr(register XDR *xdrs, xfr *objp)