summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2000-06-09 17:50:16 +0000
committermickey <mickey@openbsd.org>2000-06-09 17:50:16 +0000
commit9f6d8de2e72cd3b11da4dce0d36485b78acc516e (patch)
tree2b1e89a16cb097759955db4c67473b7d0a01d4ed
parentchown/chgrp changes (diff)
downloadwireguard-openbsd-9f6d8de2e72cd3b11da4dce0d36485b78acc516e.tar.xz
wireguard-openbsd-9f6d8de2e72cd3b11da4dce0d36485b78acc516e.zip
oops
-rw-r--r--bin/chmod/chmod.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c
index aa4009bf0a7..2fb32b07e81 100644
--- a/bin/chmod/chmod.c
+++ b/bin/chmod/chmod.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: chmod.c,v 1.8 2000/06/09 16:26:51 mickey Exp $ */
+/* $OpenBSD: chmod.c,v 1.9 2000/06/09 17:50:16 mickey Exp $ */
/* $NetBSD: chmod.c,v 1.12 1995/03/21 09:02:09 cgd Exp $ */
/*
@@ -44,7 +44,7 @@ static char copyright[] =
#if 0
static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94";
#else
-static char rcsid[] = "$OpenBSD: chmod.c,v 1.8 2000/06/09 16:26:51 mickey Exp $";
+static char rcsid[] = "$OpenBSD: chmod.c,v 1.9 2000/06/09 17:50:16 mickey Exp $";
#endif
#endif /* not lint */
@@ -230,7 +230,7 @@ done: argv += optind;
* don't point to anything and ones that we found
* doing a physical walk.
*/
- if (chmod || !hflag)
+ if (ischmod || !hflag)
continue;
default:
break;