Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/citrus/modules sync with the last change for citrus...
details: https://anonhg.NetBSD.org/src/rev/9681150ffc4c
branches: trunk
changeset: 548512:9681150ffc4c
user: tshiozak <tshiozak%NetBSD.org@localhost>
date: Fri Jun 27 17:53:31 2003 +0000
description:
sync with the last change for citrus_hash.h.
diffstat:
lib/libc/citrus/modules/citrus_mapper_646.c | 5 +++--
lib/libc/citrus/modules/citrus_mapper_none.c | 5 +++--
lib/libc/citrus/modules/citrus_mapper_std.c | 5 +++--
lib/libc/citrus/modules/citrus_mapper_zone.c | 5 +++--
4 files changed, 12 insertions(+), 8 deletions(-)
diffs (103 lines):
diff -r 584daaf5be69 -r 9681150ffc4c lib/libc/citrus/modules/citrus_mapper_646.c
--- a/lib/libc/citrus/modules/citrus_mapper_646.c Fri Jun 27 17:43:15 2003 +0000
+++ b/lib/libc/citrus/modules/citrus_mapper_646.c Fri Jun 27 17:53:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_mapper_646.c,v 1.1 2003/06/25 09:51:45 tshiozak Exp $ */
+/* $NetBSD: citrus_mapper_646.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_mapper_646.c,v 1.1 2003/06/25 09:51:45 tshiozak Exp $");
+__RCSID("$NetBSD: citrus_mapper_646.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $");
#endif /* LIBC_SCCS and not lint */
#include <assert.h>
@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <string.h>
#include <limits.h>
+#include <sys/queue.h>
#include "citrus_namespace.h"
#include "citrus_types.h"
diff -r 584daaf5be69 -r 9681150ffc4c lib/libc/citrus/modules/citrus_mapper_none.c
--- a/lib/libc/citrus/modules/citrus_mapper_none.c Fri Jun 27 17:43:15 2003 +0000
+++ b/lib/libc/citrus/modules/citrus_mapper_none.c Fri Jun 27 17:53:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_mapper_none.c,v 1.1 2003/06/25 09:51:45 tshiozak Exp $ */
+/* $NetBSD: citrus_mapper_none.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,13 +28,14 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_mapper_none.c,v 1.1 2003/06/25 09:51:45 tshiozak Exp $");
+__RCSID("$NetBSD: citrus_mapper_none.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $");
#endif /* LIBC_SCCS and not lint */
#include <assert.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/queue.h>
#include "citrus_namespace.h"
#include "citrus_types.h"
diff -r 584daaf5be69 -r 9681150ffc4c lib/libc/citrus/modules/citrus_mapper_std.c
--- a/lib/libc/citrus/modules/citrus_mapper_std.c Fri Jun 27 17:43:15 2003 +0000
+++ b/lib/libc/citrus/modules/citrus_mapper_std.c Fri Jun 27 17:53:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_mapper_std.c,v 1.1 2003/06/25 09:51:47 tshiozak Exp $ */
+/* $NetBSD: citrus_mapper_std.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_mapper_std.c,v 1.1 2003/06/25 09:51:47 tshiozak Exp $");
+__RCSID("$NetBSD: citrus_mapper_std.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $");
#endif /* LIBC_SCCS and not lint */
#include <assert.h>
@@ -39,6 +39,7 @@
#include <stdint.h>
#include <string.h>
#include <sys/endian.h>
+#include <sys/queue.h>
#include "citrus_namespace.h"
#include "citrus_types.h"
diff -r 584daaf5be69 -r 9681150ffc4c lib/libc/citrus/modules/citrus_mapper_zone.c
--- a/lib/libc/citrus/modules/citrus_mapper_zone.c Fri Jun 27 17:43:15 2003 +0000
+++ b/lib/libc/citrus/modules/citrus_mapper_zone.c Fri Jun 27 17:53:31 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_mapper_zone.c,v 1.1 2003/06/25 09:51:48 tshiozak Exp $ */
+/* $NetBSD: citrus_mapper_zone.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $ */
/*-
* Copyright (c)2003 Citrus Project,
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_mapper_zone.c,v 1.1 2003/06/25 09:51:48 tshiozak Exp $");
+__RCSID("$NetBSD: citrus_mapper_zone.c,v 1.2 2003/06/27 17:53:31 tshiozak Exp $");
#endif /* LIBC_SCCS and not lint */
#include <assert.h>
@@ -36,6 +36,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <sys/queue.h>
#include "citrus_namespace.h"
#include "citrus_types.h"
Home |
Main Index |
Thread Index |
Old Index