about summary refs log tree commit diff
path: root/db2/db_int.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-16 14:31:04 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-16 14:31:04 +0000
commit14a1bb6a085f0b05427c47452f762a70b8530f23 (patch)
tree12a12075cc0e83bcd85c0e13371c4223d0761aca /db2/db_int.h
parenta964e1f1efb87088ec2acfe52d9119e5244356d2 (diff)
downloadglibc-14a1bb6a085f0b05427c47452f762a70b8530f23.tar.gz
glibc-14a1bb6a085f0b05427c47452f762a70b8530f23.tar.xz
glibc-14a1bb6a085f0b05427c47452f762a70b8530f23.zip
Update.
1999-06-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* sysdeps/unix/sysv/linux/sys/sysmacros.h [!__GNUC__]: Use correct
	word order.
	* sysdeps/unix/sysv/linux/alpha/sys/sysmacros.h: New file.
	* sysdeps/unix/sysv/linux/sparc/sys/sysmacros.h: New file.

1999-06-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* db2/db/db.c: Restore __nss_db_open alias.
	* db2/db_int.h: Use <db.h> instead of "db.h" to find header in
	include.
	* db2/os/os_rw.c (__os_write): Maintain const correctness.
	* db2/progs/db_load/db_load.c (main): Avoid ambiguous `else'.
Diffstat (limited to 'db2/db_int.h')
-rw-r--r--db2/db_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db2/db_int.h b/db2/db_int.h
index 0016240e70..4c2e794153 100644
--- a/db2/db_int.h
+++ b/db2/db_int.h
@@ -10,7 +10,7 @@
 #ifndef _DB_INTERNAL_H_
 #define	_DB_INTERNAL_H_
 
-#include "db.h"				/* Standard DB include file. */
+#include <db.h>				/* Standard DB include file. */
 #include "queue.h"
 #include "shqueue.h"