]> git.saurik.com Git - apple/libc.git/blobdiff - db/recno/FreeBSD/recno.h
Libc-1439.100.3.tar.gz
[apple/libc.git] / db / recno / FreeBSD / recno.h
index b0c0af76867da8bfdf6b7e27b74feff86f6e9799..438a56c1cd4a102bfeb2096151c785d51b68b30e 100644 (file)
  * 2. Redistributions in binary form must reproduce the above copyright
  *    notice, this list of conditions and the following disclaimer in the
  *    documentation and/or other materials provided with the distribution.
- * 3. All advertising materials mentioning features or use of this software
- *    must display the following acknowledgement:
- *     This product includes software developed by the University of
- *     California, Berkeley and its contributors.
  * 4. Neither the name of the University nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
  * SUCH DAMAGE.
  *
  *     @(#)recno.h     8.1 (Berkeley) 6/4/93
- * $FreeBSD: src/lib/libc/db/recno/recno.h,v 1.2 2002/03/22 23:41:40 obrien Exp $
+ * $FreeBSD: src/lib/libc/db/recno/recno.h,v 1.3 2007/01/09 00:27:52 imp Exp $
  */
 
 enum SRCHOP { SDELETE, SINSERT, SEARCH};       /* Rec_search operation. */
 
-#include "../btree/btree.h"
-#include "extern.h"
+#include "../../btree/FreeBSD/btree.h"
+#include "rec_extern.h"