diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-08-28 18:12:33 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-08-28 18:12:33 +0000 |
commit | fd175e74b310673c5249099fd8e0c1b8d1473001 (patch) | |
tree | 6c7f36bdd8cf92a85604cabd36abef7a6d3ca712 /contrib/sendmail/makemap/makemap.c | |
parent | cfce8d25d32a0f7a5d6197407e0d2f7640b365ed (diff) | |
download | FreeBSD-src-fd175e74b310673c5249099fd8e0c1b8d1473001.zip FreeBSD-src-fd175e74b310673c5249099fd8e0c1b8d1473001.tar.gz |
Move the $FreeBSD$ CVS labels far enough away from the $Id$ CVS labels so
I don't have to manually resolve conflicts on every import. Ironically,
most of these files have no changes from the vendor version except the
$FreeBSD$ line.
Diffstat (limited to 'contrib/sendmail/makemap/makemap.c')
-rw-r--r-- | contrib/sendmail/makemap/makemap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/sendmail/makemap/makemap.c b/contrib/sendmail/makemap/makemap.c index 29dd47f..350d897 100644 --- a/contrib/sendmail/makemap/makemap.c +++ b/contrib/sendmail/makemap/makemap.c @@ -9,6 +9,8 @@ * forth in the LICENSE file which can be found at the top level of * the sendmail distribution. * + * $FreeBSD$ + * */ #include <sm/gen.h> @@ -22,8 +24,6 @@ SM_IDSTR(copyright, SM_IDSTR(id, "@(#)$Id: makemap.c,v 8.175 2001/12/28 22:44:01 ca Exp $") -/* $FreeBSD$ */ - #include <sys/types.h> #ifndef ISC_UNIX # include <sys/file.h> |