diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
commit | c211ffddd128bf435d598a3ee74528d816e47b22 (patch) | |
tree | cbd942ff10bd52cac64708c26c2a86d5e7212d4d /contrib/sendmail/include/sm/tailq.h | |
parent | 3382a08e5686d3268efb492fa81a98ad4958c08b (diff) | |
download | FreeBSD-src-c211ffddd128bf435d598a3ee74528d816e47b22.zip FreeBSD-src-c211ffddd128bf435d598a3ee74528d816e47b22.tar.gz |
MFC: Merge sendmail 8.14.9 to HEAD
Diffstat (limited to 'contrib/sendmail/include/sm/tailq.h')
-rw-r--r-- | contrib/sendmail/include/sm/tailq.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/include/sm/tailq.h b/contrib/sendmail/include/sm/tailq.h index ef67a97..b49466e 100644 --- a/contrib/sendmail/include/sm/tailq.h +++ b/contrib/sendmail/include/sm/tailq.h @@ -36,7 +36,7 @@ #define SM_TAILQ_H_ /* - * $Id: tailq.h,v 1.3 2012/01/21 00:12:14 ashish Exp $ + * $Id: tailq.h,v 1.3 2012-01-21 00:12:14 ashish Exp $ * * This file is a modified copy of queue.h from a BSD system: * we only need tail queues here. |