diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-20 20:31:51 +0000 |
commit | e226f8e879ed5a8d2f5cc433067b698e07dce0b6 (patch) | |
tree | 8b9bb16adf99be4ed87980a2ea4ef202d1fb3423 /contrib/sendmail/editmap/editmap.c | |
parent | ce3eb1730260050f7d63b9fb6def939ebbf41d88 (diff) | |
download | FreeBSD-src-e226f8e879ed5a8d2f5cc433067b698e07dce0b6.zip FreeBSD-src-e226f8e879ed5a8d2f5cc433067b698e07dce0b6.tar.gz |
Import of post-8.12.3 bug fixes from vendor repository.
These are being imported for the upcoming FreeBSD 4.6 release.
Diffstat (limited to 'contrib/sendmail/editmap/editmap.c')
-rw-r--r-- | contrib/sendmail/editmap/editmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/editmap/editmap.c b/contrib/sendmail/editmap/editmap.c index fe7c2d9..4d1a6e2 100644 --- a/contrib/sendmail/editmap/editmap.c +++ b/contrib/sendmail/editmap/editmap.c @@ -22,7 +22,7 @@ SM_UNUSED(static char copyright[]) = #endif /* ! lint */ #ifndef lint -SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.23 2002/03/28 17:49:33 gshapiro Exp $"; +SM_UNUSED(static char id[]) = "@(#)$Id: editmap.c,v 1.1.1.2 2002/04/10 03:04:59 gshapiro Exp $"; #endif /* ! lint */ |