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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libform/fty_regex.c b/lib/libform/fty_regex.c
index b7216c10002..d018dde95dc 100644
--- a/lib/libform/fty_regex.c
+++ b/lib/libform/fty_regex.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fty_regex.c,v 1.3 1997/12/03 05:40:19 millert Exp $ */
+/* $OpenBSD: fty_regex.c,v 1.4 1998/07/24 02:37:48 millert Exp $ */
/*
@@ -15,7 +15,7 @@
#include "form.priv.h"
-MODULE_ID("Id: fty_regex.c,v 1.11 1997/10/18 19:32:35 tom Exp $")
+MODULE_ID("$From: fty_regex.c,v 1.11 1997/10/18 19:32:35 tom Exp $")
#if HAVE_REGEX_H_FUNCS /* We prefer POSIX regex */
#include <regex.h>