summaryrefslogtreecommitdiffstats
path: root/usr.sbin/yp_mkdb
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2015-07-28 02:32:40 +0000
committeraraujo <araujo@FreeBSD.org>2015-07-28 02:32:40 +0000
commitfafebceb9b4261b02d6bdbab4301b2c00ae3ddf7 (patch)
tree474a3116b16d6874dad78ef520947dc99f16dd88 /usr.sbin/yp_mkdb
parent63528763eb4bf746eee1fefdf2e6dbf302f7adea (diff)
downloadFreeBSD-src-fafebceb9b4261b02d6bdbab4301b2c00ae3ddf7.zip
FreeBSD-src-fafebceb9b4261b02d6bdbab4301b2c00ae3ddf7.tar.gz
Staticfy and constify some variables and clean up the code a bit to make it
more readable. No functional change. Differential Revision: D3166 Reviewed by: kib Sponsored by: gandi.net
Diffstat (limited to 'usr.sbin/yp_mkdb')
-rw-r--r--usr.sbin/yp_mkdb/yp_mkdb.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.sbin/yp_mkdb/yp_mkdb.c b/usr.sbin/yp_mkdb/yp_mkdb.c
index f1f629a..290e405 100644
--- a/usr.sbin/yp_mkdb/yp_mkdb.c
+++ b/usr.sbin/yp_mkdb/yp_mkdb.c
@@ -51,7 +51,6 @@ __FBSDID("$FreeBSD$");
#include "ypxfr_extern.h"
char *yp_dir = ""; /* No particular default needed. */
-int _rpcpmstart = 0;
int debug = 1;
static void
@@ -66,7 +65,6 @@ usage(void)
}
#define PERM_SECURE (S_IRUSR|S_IWUSR)
-
static DB *
open_db(char *path, int flags)
{
@@ -185,7 +183,6 @@ main(int argc, char *argv[])
* write to stdout; the db library doesn't let you
* write to a file stream like that.
*/
-
if (!strcmp(infile, "-")) {
ifp = stdin;
} else {
@@ -327,7 +324,6 @@ main(int argc, char *argv[])
(void)(dbp->close)(dbp);
doclear:
-
if (clear) {
char in = 0;
char *out = NULL;
OpenPOWER on IntegriCloud