summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/cclass.h
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>1997-04-28 20:44:55 +0000
committermillert <millert@openbsd.org>1997-04-28 20:44:55 +0000
commit442a6afd2aa35676c3e5e1eb30f8d6b41db981ab (patch)
treeea2d2cb3c05319abe61a7d935cd240301677dbdf /lib/libc/regex/cclass.h
parentDeal with $TERM not being set (like in single user mode). (diff)
downloadwireguard-openbsd-442a6afd2aa35676c3e5e1eb30f8d6b41db981ab.tar.xz
wireguard-openbsd-442a6afd2aa35676c3e5e1eb30f8d6b41db981ab.zip
- cast usages of *printf() to void since we don't check return val
- move an assert to be *before* a strcpy() where it can do some good. - integrate NetBSD fixes for 64-bit machines (NetBSD PR #3450, Ross Harvey) - add lite2 tags
Diffstat (limited to 'lib/libc/regex/cclass.h')
-rw-r--r--lib/libc/regex/cclass.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/regex/cclass.h b/lib/libc/regex/cclass.h
index d10974c4169..25eb9274903 100644
--- a/lib/libc/regex/cclass.h
+++ b/lib/libc/regex/cclass.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cclass.h,v 1.2 1996/08/19 08:31:04 tholo Exp $ */
+/* $OpenBSD: cclass.h,v 1.3 1997/04/28 20:44:56 millert Exp $ */
/*-
* Copyright (c) 1992, 1993, 1994 Henry Spencer.
@@ -35,6 +35,8 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * @(#)cclass.h 8.3 (Berkeley) 3/20/94
*/
/* character-class table */