summaryrefslogtreecommitdiffstats
path: root/lib/libform/fty_regex.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2015-01-23 22:48:51 +0000
committerkrw <krw@openbsd.org>2015-01-23 22:48:51 +0000
commit5e231b3ac8009e12c46ea2140635932bc253a7c2 (patch)
treecd008c14f3e8ff6c43948e959c34fe25ccc5ad60 /lib/libform/fty_regex.c
parenta wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... (diff)
downloadwireguard-openbsd-5e231b3ac8009e12c46ea2140635932bc253a7c2.tar.xz
wireguard-openbsd-5e231b3ac8009e12c46ea2140635932bc253a7c2.zip
More missing $OpenBSD$.
ok nicm@
Diffstat (limited to 'lib/libform/fty_regex.c')
-rw-r--r--lib/libform/fty_regex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libform/fty_regex.c b/lib/libform/fty_regex.c
index 28b94e42731..f2688892efe 100644
--- a/lib/libform/fty_regex.c
+++ b/lib/libform/fty_regex.c
@@ -1,3 +1,4 @@
+/* $OpenBSD: fty_regex.c,v 1.9 2015/01/23 22:48:51 krw Exp $ */
/****************************************************************************
* Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
* *
@@ -34,7 +35,7 @@
#include "form.priv.h"
-MODULE_ID("$Id: fty_regex.c,v 1.8 2010/01/12 23:22:07 nicm Exp $")
+MODULE_ID("$Id: fty_regex.c,v 1.9 2015/01/23 22:48:51 krw Exp $")
#if HAVE_REGEX_H_FUNCS /* We prefer POSIX regex */
#include <regex.h>