move __DBINTERFACE_PRIVATE into Makefile.inc
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 22 Feb 1994 07:07:29 +0000 (23:07 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 22 Feb 1994 07:07:29 +0000 (23:07 -0800)
SCCS-vsn: lib/libc/db/db/db.c 8.4

usr/src/lib/libc/db/db/db.c

index ad3804d..a687943 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char sccsid[] = "@(#)db.c       8.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)db.c       8.4 (Berkeley) %G%";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/types.h>
@@ -16,7 +16,6 @@ static char sccsid[] = "@(#)db.c      8.3 (Berkeley) %G%";
 #include <stddef.h>
 #include <stdio.h>
 
 #include <stddef.h>
 #include <stdio.h>
 
-#define        __DBINTERFACE_PRIVATE
 #include <db.h>
 
 DB *
 #include <db.h>
 
 DB *