summaryrefslogtreecommitdiffstats
path: root/lib/libc/db/test/hash.tests/driver2.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/db/test/hash.tests/driver2.c')
-rw-r--r--lib/libc/db/test/hash.tests/driver2.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/db/test/hash.tests/driver2.c b/lib/libc/db/test/hash.tests/driver2.c
index 896820c..8b1c644 100644
--- a/lib/libc/db/test/hash.tests/driver2.c
+++ b/lib/libc/db/test/hash.tests/driver2.c
@@ -40,9 +40,11 @@ static char copyright[] =
The Regents of the University of California. All rights reserved.\n";
#endif /* not lint */
-#ifndef lint
+#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)driver2.c 8.1 (Berkeley) 6/4/93";
-#endif /* not lint */
+#endif /* LIBC_SCCS and not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
/*
* Test driver, to try to tackle the large ugly-split problem.
OpenPOWER on IntegriCloud