summaryrefslogtreecommitdiffstats
path: root/usr.sbin/repquota
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2000-02-01 03:23:17 +0000
committerderaadt <deraadt@openbsd.org>2000-02-01 03:23:17 +0000
commite0cb68519ed8e7d3597ac3df45a7065c276a5068 (patch)
tree32a3c31152878cae5591765802af75dd7457025b /usr.sbin/repquota
parentFix typo. (diff)
downloadwireguard-openbsd-e0cb68519ed8e7d3597ac3df45a7065c276a5068.tar.xz
wireguard-openbsd-e0cb68519ed8e7d3597ac3df45a7065c276a5068.zip
no need to extern int errno if errno.h is included
Diffstat (limited to 'usr.sbin/repquota')
-rw-r--r--usr.sbin/repquota/repquota.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/repquota/repquota.c b/usr.sbin/repquota/repquota.c
index 07a5504d04c..ba0f8eff4b0 100644
--- a/usr.sbin/repquota/repquota.c
+++ b/usr.sbin/repquota/repquota.c
@@ -42,7 +42,7 @@ static char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)repquota.c 8.1 (Berkeley) 6/6/93";*/
-static char *rcsid = "$Id: repquota.c,v 1.9 1997/01/17 07:14:24 millert Exp $";
+static char *rcsid = "$Id: repquota.c,v 1.10 2000/02/01 03:24:08 deraadt Exp $";
#endif /* not lint */
/*
@@ -189,7 +189,6 @@ repquota(fs, type, qfpathname)
static struct dqblk zerodqblk;
static int warned = 0;
static int multiple = 0;
- extern int errno;
if (quotactl(fs->fs_file, QCMD(Q_SYNC, type), 0, 0) < 0 &&
errno == EOPNOTSUPP && !warned && vflag) {