From 8d6f1731fcd082e4f744ba9cb4bde4be7c08f1b3 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 2 Jan 2000 06:01:06 +0000 Subject: Update. * Makeconfig (all-subdirs): Remove db and db2. * db/*: Removed. * db2/*: Removed. --- db2/compat.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 db2/compat.h (limited to 'db2/compat.h') diff --git a/db2/compat.h b/db2/compat.h deleted file mode 100644 index 51008afcf0..0000000000 --- a/db2/compat.h +++ /dev/null @@ -1,19 +0,0 @@ -/* Compatibility gunk for the db library. */ - -#include -#include - -#include -#ifdef _STATBUF_ST_BLKSIZE -# define HAVE_ST_BLKSIZE -#endif - - -#ifndef EFTYPE -# define EFTYPE EINVAL -#endif - -/* Emulate Solaris llseek(). */ -typedef loff_t offset_t; - -extern int llseek (int fd, loff_t offset, int whence); -- cgit 1.4.1