diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2015-07-28 02:32:40 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2015-07-28 02:32:40 +0000 |
commit | 033af09de113cdcba4b72685dd5311fffb1025c5 (patch) | |
tree | 474a3116b16d6874dad78ef520947dc99f16dd88 /libexec/ypxfr/ypxfrd_getmap.c | |
parent | 267dbe63a1dfb8e05eae5f1fad1ed7cc5f7b4b27 (diff) | |
download | src-033af09de113cdcba4b72685dd5311fffb1025c5.tar.gz src-033af09de113cdcba4b72685dd5311fffb1025c5.zip |
Notes
Diffstat (limited to 'libexec/ypxfr/ypxfrd_getmap.c')
-rw-r--r-- | libexec/ypxfr/ypxfrd_getmap.c | 2 |
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) |