[Glibc-bsd-commits] r5158 - in trunk/freebsd-glue: debian include

rmh at alioth.debian.org rmh at alioth.debian.org
Thu Nov 28 15:27:49 UTC 2013


Author: rmh
Date: 2013-11-23 20:03:28 +0000 (So, 23 lis 2013)
New Revision: 5158

Added:
   trunk/freebsd-glue/include/ndbm.h
Modified:
   trunk/freebsd-glue/debian/changelog
   trunk/freebsd-glue/debian/control
   trunk/freebsd-glue/include/db.h
Log:
Add <ndbm.h> stub (for libgdbm).

Modified: trunk/freebsd-glue/debian/changelog
===================================================================
--- trunk/freebsd-glue/debian/changelog	2013-11-23 19:57:21 UTC (rev 5157)
+++ trunk/freebsd-glue/debian/changelog	2013-11-23 20:03:28 UTC (rev 5158)
@@ -9,6 +9,7 @@
   * Split additions for libcrypt, libutil and libz into separate
     libraries.
   * Add getbootfile().
+  * Add <ndbm.h> stub (for libgdbm).
 
  -- Robert Millan <rmh at debian.org>  Sat, 23 Nov 2013 20:57:05 +0100
 

Modified: trunk/freebsd-glue/debian/control
===================================================================
--- trunk/freebsd-glue/debian/control	2013-11-23 19:57:21 UTC (rev 5157)
+++ trunk/freebsd-glue/debian/control	2013-11-23 20:03:28 UTC (rev 5158)
@@ -22,6 +22,7 @@
  libdb-dev,
  zlib1g-dev,
  libexpat-dev,
+ libgdbm-dev,
  byacc,
 Recommends:
 # Can't put this in Depends because it would introduce a circular dependency

Modified: trunk/freebsd-glue/include/db.h
===================================================================
--- trunk/freebsd-glue/include/db.h	2013-11-23 19:57:21 UTC (rev 5157)
+++ trunk/freebsd-glue/include/db.h	2013-11-23 20:03:28 UTC (rev 5158)
@@ -1 +1,6 @@
+#ifndef _DB_H_
+#define _DB_H_
+
 #include <db_185.h>
+
+#endif

Added: trunk/freebsd-glue/include/ndbm.h
===================================================================
--- trunk/freebsd-glue/include/ndbm.h	                        (rev 0)
+++ trunk/freebsd-glue/include/ndbm.h	2013-11-23 20:03:28 UTC (rev 5158)
@@ -0,0 +1,7 @@
+#ifndef _NDBM_H_
+#define _NDBM_H_
+
+#include <db.h>
+#include <gdbm-ndbm.h>
+
+#endif




More information about the Glibc-bsd-commits mailing list