summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regerror.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-11-01 03:45:28 +0000
committerguenther <guenther@openbsd.org>2015-11-01 03:45:28 +0000
commit10632a79cc0d3f2730baa9fb977894fdccb4f611 (patch)
treee959ad20d458dcba65338a56d99759f064a795ba /lib/libc/regex/regerror.c
parentdrm/i915: Fix and clean BDW PCH identification (diff)
downloadwireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.tar.xz
wireguard-openbsd-10632a79cc0d3f2730baa9fb977894fdccb4f611.zip
delete old lint ARGSUSED comments
Diffstat (limited to 'lib/libc/regex/regerror.c')
-rw-r--r--lib/libc/regex/regerror.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c
index e75be186a26..be6fcc8186c 100644
--- a/lib/libc/regex/regerror.c
+++ b/lib/libc/regex/regerror.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: regerror.c,v 1.13 2005/08/05 13:03:00 espie Exp $ */
+/* $OpenBSD: regerror.c,v 1.14 2015/11/01 03:45:29 guenther Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994 Henry Spencer.
* Copyright (c) 1992, 1993, 1994
@@ -74,7 +74,6 @@ static struct rerr {
- regerror - the interface to error numbers
= extern size_t regerror(int, const regex_t *, char *, size_t);
*/
-/* ARGSUSED */
size_t
regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size)
{