diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-02 00:40:21 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-12-02 00:40:21 +0000 |
commit | 35d822e4fdd9c8e5985b9baa0f68d35ffd6588dc (patch) | |
tree | 0c55a2edeb7ebdaf9d2b1b42c82d347e8baf9b4e /distrib/common/rdsetroot.c | |
parent | b3ce2af82429b61638057d015b1b303eb2a0fea1 (diff) |
eliminate gratuitous differences
Diffstat (limited to 'distrib/common/rdsetroot.c')
-rw-r--r-- | distrib/common/rdsetroot.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/distrib/common/rdsetroot.c b/distrib/common/rdsetroot.c index 980eb0c19ef..b22d639eaad 100644 --- a/distrib/common/rdsetroot.c +++ b/distrib/common/rdsetroot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rdsetroot.c,v 1.11 2008/12/02 00:37:54 deraadt Exp $ */ +/* $OpenBSD: rdsetroot.c,v 1.12 2008/12/02 00:40:20 deraadt Exp $ */ /* $NetBSD: rdsetroot.c,v 1.2 1995/10/13 16:38:39 gwr Exp $ */ /* @@ -69,10 +69,9 @@ __dead void usage(void); int main(int argc, char *argv[]) { - int ch, fd, n, xflag; + int ch, fd, n, xflag = 0; int *ip; - xflag = 0; while ((ch = getopt(argc, argv, "x")) != -1) { switch (ch) { case 'x': |