diff options
author | 2015-01-23 22:48:51 +0000 | |
---|---|---|
committer | 2015-01-23 22:48:51 +0000 | |
commit | 5e231b3ac8009e12c46ea2140635932bc253a7c2 (patch) | |
tree | cd008c14f3e8ff6c43948e959c34fe25ccc5ad60 /lib/libform/fty_enum.c | |
parent | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... (diff) | |
download | wireguard-openbsd-5e231b3ac8009e12c46ea2140635932bc253a7c2.tar.xz wireguard-openbsd-5e231b3ac8009e12c46ea2140635932bc253a7c2.zip |
More missing $OpenBSD$.
ok nicm@
Diffstat (limited to 'lib/libform/fty_enum.c')
-rw-r--r-- | lib/libform/fty_enum.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libform/fty_enum.c b/lib/libform/fty_enum.c index 4c9201b4cf0..bcd6bbf5f33 100644 --- a/lib/libform/fty_enum.c +++ b/lib/libform/fty_enum.c @@ -1,3 +1,4 @@ +/* $OpenBSD: fty_enum.c,v 1.11 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_enum.c,v 1.10 2010/01/12 23:22:07 nicm Exp $") +MODULE_ID("$Id: fty_enum.c,v 1.11 2015/01/23 22:48:51 krw Exp $") typedef struct { |