[86] in Kerberos-V5-bugs
[Kevin Fall: here's some changes to incorporate for building on a tahoe...]
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Thu Dec 20 16:31:41 1990
Date: Thu, 20 Dec 90 16:31:11 -0500
From: John T Kohl <jtkohl@MIT.EDU>
To: krb5-bugs@MIT.EDU
------- Forwarded Message
Date: Thu, 20 Dec 90 13:28:19 -0800
From: kfall@okeeffe.Berkeley.EDU (Kevin Fall)
To: jtkohl@ATHENA.MIT.EDU
Subject: here's some changes to incorporate for building on a tahoe...
Here's some diffs (shar):
echo x - diff.Imake.tmpl
sed 's/^X//' >diff.Imake.tmpl <<'*-*-END-of-diff.Imake.tmpl-*-*'
X*** orig_Imake.tmpl Tue Dec 18 18:27:18 1990
X--- Imake.tmpl Tue Dec 18 18:27:01 1990
X***************
X*** 50,55 ****
X--- 50,60 ----
X * existing .cf files for examples of what to put there.
X */
X
X+ #ifdef tahoe
X+ #define TahoeArchitecture
X+ #endif
X+
X+
X #ifdef ultrix
X #define MacroIncludeFile <ultrix.cf>
X #define MacroFile ultrix.cf
X***************
X*** 70,75 ****
X--- 75,85 ----
X #define MacroFile vaxbsd.cf
X #undef vax
X #define VaxArchitecture
X+ #endif
X+
X+ #if defined(tahoe) && !defined(SYSV)
X+ #define MacroIncludeFile <tahoebsd.cf>
X+ #define MacroFile tahoebsd.cf
X #endif
X
X #ifdef sun
*-*-END-of-diff.Imake.tmpl-*-*
echo x - diff.imake.c
sed 's/^X//' >diff.imake.c <<'*-*-END-of-diff.imake.c-*-*'
X*** orig_imake.c Tue Dec 18 17:52:37 1990
X--- imake.c Tue Dec 18 17:52:19 1990
X***************
X*** 99,104 ****
X--- 99,105 ----
X #include <stdio.h>
X #include <ctype.h>
X #include <sys/types.h>
X+ #include <sys/param.h>
X #ifdef SYSV
X #ifndef macII /* mac will get the stuff out of file.h */
X #include <fcntl.h>
*-*-END-of-diff.imake.c-*-*
echo x - diffs.shar
sed 's/^X//' >diffs.shar <<'*-*-END-of-diffs.shar-*-*'
Xecho x - diff.Imake.tmpl
Xsed 's/^X//' >diff.Imake.tmpl <<'*-*-END-of-diff.Imake.tmpl-*-*'
XX*** orig_Imake.tmpl Tue Dec 18 18:27:18 1990
XX--- Imake.tmpl Tue Dec 18 18:27:01 1990
XX***************
XX*** 50,55 ****
XX--- 50,60 ----
XX * existing .cf files for examples of what to put there.
XX */
XX
XX+ #ifdef tahoe
XX+ #define TahoeArchitecture
XX+ #endif
XX+
XX+
XX #ifdef ultrix
XX #define MacroIncludeFile <ultrix.cf>
XX #define MacroFile ultrix.cf
XX***************
XX*** 70,75 ****
XX--- 75,85 ----
XX #define MacroFile vaxbsd.cf
XX #undef vax
XX #define VaxArchitecture
XX+ #endif
XX+
XX+ #if defined(tahoe) && !defined(SYSV)
XX+ #define MacroIncludeFile <tahoebsd.cf>
XX+ #define MacroFile tahoebsd.cf
XX #endif
XX
XX #ifdef sun
X*-*-END-of-diff.Imake.tmpl-*-*
Xecho x - diff.imake.c
Xsed 's/^X//' >diff.imake.c <<'*-*-END-of-diff.imake.c-*-*'
XX*** orig_imake.c Tue Dec 18 17:52:37 1990
XX--- imake.c Tue Dec 18 17:52:19 1990
XX***************
XX*** 99,104 ****
XX--- 99,105 ----
XX #include <stdio.h>
XX #include <ctype.h>
XX #include <sys/types.h>
XX+ #include <sys/param.h>
XX #ifdef SYSV
XX #ifndef macII /* mac will get the stuff out of file.h */
XX #include <fcntl.h>
X*-*-END-of-diff.imake.c-*-*
Xecho x - diffs.shar
Xsed 's/^X//' >diffs.shar <<'*-*-END-of-diffs.shar-*-*'
*-*-END-of-diffs.shar-*-*
exit
------- End Forwarded Message