minor KNFify

This commit is contained in:
lukem 1997-10-07 15:00:35 +00:00
parent 93c1ffe13c
commit 87ca3b181a

View File

@ -1,4 +1,4 @@
/* $NetBSD: ypxfr.c,v 1.4 1997/07/18 21:57:24 thorpej Exp $ */ /* $NetBSD: ypxfr.c,v 1.5 1997/10/07 15:00:35 lukem Exp $ */
/* /*
* Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se> * Copyright (c) 1994 Mats O Jansson <moj@stacken.kth.se>
@ -57,8 +57,6 @@
#include "ypdef.h" #include "ypdef.h"
extern char *__progname; /* from crt0.o */ extern char *__progname; /* from crt0.o */
extern char *optarg;
extern int optind;
DBM *db; DBM *db;
@ -200,8 +198,8 @@ main(argc, argv)
client = yp_bind_host(host, YPPROG, YPVERS, 0, 1); client = yp_bind_host(host, YPPROG, YPVERS, 0, 1);
status = get_remote_ordernum(client,domain,map, status = get_remote_ordernum(client, domain, map, ordernum,
ordernum,&new_ordernum); &new_ordernum);
if (status == YPPUSH_SUCC) { if (status == YPPUSH_SUCC) {