diff options
| author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-03-03 17:09:13 +0000 | 
|---|---|---|
| committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2003-03-03 17:09:13 +0000 | 
| commit | d9986b26e69202cb4e4ac3d8aa3050a93f5a30b4 (patch) | |
| tree | c4b8d0d0ebe91f329b287df46f58ccc920e3b626 /contrib/sendmail/libsmdb/smdb2.c | |
| parent | fabecb74aaac2eb964122a56bc3e384d7e8c6cb4 (diff) | |
Diffstat (limited to 'contrib/sendmail/libsmdb/smdb2.c')
| -rw-r--r-- | contrib/sendmail/libsmdb/smdb2.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/contrib/sendmail/libsmdb/smdb2.c b/contrib/sendmail/libsmdb/smdb2.c index 1ccff5d3d545c..b3274da6d147b 100644 --- a/contrib/sendmail/libsmdb/smdb2.c +++ b/contrib/sendmail/libsmdb/smdb2.c @@ -1,5 +1,5 @@  /* -** Copyright (c) 1999-2002 Sendmail, Inc. and its suppliers. +** Copyright (c) 1999-2003 Sendmail, Inc. and its suppliers.  **	All rights reserved.  **  ** By using this file, you agree to the terms and conditions set @@ -8,7 +8,7 @@  */  #include <sm/gen.h> -SM_RCSID("@(#)$Id: smdb2.c,v 8.72.2.4 2002/12/03 17:01:15 ca Exp $") +SM_RCSID("@(#)$Id: smdb2.c,v 8.72.2.6 2003/01/23 22:21:39 ca Exp $")  #include <fcntl.h>  #include <stdlib.h> | 
