projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
151a5a0
)
PS/2 needs narrow prototypes
author
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 17:02:36 +0000
(17:02 +0000)
committer
John Carr
<jfc@mit.edu>
Mon, 3 Jun 1991 17:02:36 +0000
(17:02 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2144
dc483132
-0cff-0310-8789-
dd5450dbe970
src/config/ibm.cf
patch
|
blob
|
history
diff --git
a/src/config/ibm.cf
b/src/config/ibm.cf
index 9efa83ff34f5112b41314b2c87d1994736189ff5..9ed6334fe249272102a40534053a25a7151a4362 100644
(file)
--- a/
src/config/ibm.cf
+++ b/
src/config/ibm.cf
@@
-70,11
+70,12
@@
#define HasPosixTypes YES
#define HasInet YES
-#ifdef PS2Architecture
+/* There is a compiler bug on the PS/2 running AIX 1.2.1:
+ extern int f(int); does not match int f(x) int x;{}
+ Therefore, narrow prototypes are needed. */
#define WantPrototypes YES
-#else
#define NeedNarrowPrototypes YES
-#
endif
+#
define UseStdarg YES
#ifdef PS2Architecture
#define DesDefines -DBIG -DLSBFIRST
#else