summaryrefslogtreecommitdiff
path: root/storage/bdb/clib/memcmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/bdb/clib/memcmp.c')
-rw-r--r--storage/bdb/clib/memcmp.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/storage/bdb/clib/memcmp.c b/storage/bdb/clib/memcmp.c
index 979badaef30..055a2f5fa9a 100644
--- a/storage/bdb/clib/memcmp.c
+++ b/storage/bdb/clib/memcmp.c
@@ -1,7 +1,7 @@
/*-
* See the file LICENSE for redistribution information.
*
- * Copyright (c) 1996-2002
+ * Copyright (c) 1996-2004
* Sleepycat Software. All rights reserved.
*/
/*
@@ -31,14 +31,12 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
+ *
+ * $Id: memcmp.c,v 11.9 2004/01/28 03:35:52 bostic Exp $
*/
#include "db_config.h"
-#ifndef lint
-static const char revid[] = "$Id: memcmp.c,v 11.7 2002/01/11 15:51:28 bostic Exp $";
-#endif /* not lint */
-
#ifndef NO_SYSTEM_INCLUDES
#include <sys/types.h>
#endif