projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf591cd
)
Added sandia changes for Unicos61
author
Theodore Tso
<tytso@mit.edu>
Tue, 16 Jun 1992 22:34:43 +0000
(22:34 +0000)
committer
Theodore Tso
<tytso@mit.edu>
Tue, 16 Jun 1992 22:34:43 +0000
(22:34 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2301
dc483132
-0cff-0310-8789-
dd5450dbe970
src/include/krb5/dbm.h
patch
|
blob
|
history
diff --git
a/src/include/krb5/dbm.h
b/src/include/krb5/dbm.h
index 8702f093665afc03630a9b58763d6dba00506dba..42f9364bc99c9a34e4937b7a5c0585dcafe88a08 100644
(file)
--- a/
src/include/krb5/dbm.h
+++ b/
src/include/krb5/dbm.h
@@
-34,9
+34,13
@@
#ifndef ODBM
#include <ndbm.h>
-#else /*ODBM*/
+#else /* ODBM */
+#ifdef unicos61
+#include <rpcsvc/dbm.h>
+#else
#include <dbm.h>
-#endif /*ODBM*/
+#endif
+#endif /*ODBM */
#ifndef ODBM
#define dbm_next(db,key) dbm_nextkey(db)