summaryrefslogtreecommitdiffstats
path: root/lib/libform/fty_regex.c
diff options
context:
space:
mode:
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>