From jgm+@andrew.cmu.edu Sat Oct 19 17:04:03 1996
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA25752 for <bugs@RT-11.MIT.EDU>; Sat, 19 Oct 1996 17:04:03 -0400
Received: from PO10.ANDREW.CMU.EDU by MIT.EDU with SMTP
id AA05121; Sat, 19 Oct 96 17:04:02 EDT
Received: (from postman@localhost) by po10.andrew.cmu.edu (8.7.5/8.7.3) id RAA00846 for krb5-bugs@athena.mit.edu; Sat, 19 Oct 1996 17:03:59 -0400
Received: via switchmail; Sat, 19 Oct 1996 17:03:57 -0400 (EDT)
Received: from hogtown.andrew.cmu.edu via qmail
ID </afs/andrew.cmu.edu/service/mailqs/testq0/QF.EmOI7Jm00WBw018nc0>;
Sat, 19 Oct 1996 17:02:14 -0400 (EDT)
Received: from hogtown.andrew.cmu.edu via qmail
ID </afs/andrew.cmu.edu/usr7/jgm/.Outgoing/QF.QmOI7IW00WBw0D7mE0>;
Sat, 19 Oct 1996 17:02:12 -0400 (EDT)
Received: from BatMail.robin.v2.14.CUILIB.3.45.SNAP.NOT.LINKED.hogtown.andrew.cmu.edu.sun4m.54
via MS.5.6.hogtown.andrew.cmu.edu.sun4_51;
Sat, 19 Oct 1996 17:02:10 -0400 (EDT)
Message-Id: <0mOI7Gm00WBw0D7m40@andrew.cmu.edu>
Date: Sat, 19 Oct 1996 17:02:10 -0400 (EDT)
From: John Gardiner Myers <jgm@CMU.EDU>
To: krb5-bugs@MIT.EDU
Subject: krb5-beta7 Solaris 5.5 i386 portability fix
Responsible-Changed-From-To: gnats-admin->tytso
Responsible-Changed-By: tytso
Responsible-Changed-When: Wed Oct 23 00:12:41 1996
Responsible-Changed-Why:
State-Changed-From-To: open-closed
State-Changed-By: tytso
State-Changed-When: Wed Oct 23 00:15:07 1996
State-Changed-Why: patches applied.
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: John Gardiner Myers <jgm@CMU.EDU>
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-libs/123: krb5-beta7 Solaris 5.5 i386 portability fix
Date: Wed, 23 Oct 1996 00:14:45 -0400
John,
Thanks for reporting this; we'll have it fixed in our sources.
- Ted
*** clnt_udp.c~ Fri Sep 6 15:24:03 1996
--- clnt_udp.c Sat Oct 19 13:53:20 1996
***************
*** 41,47 ****
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
! #if defined(sparc)
#include <sys/filio.h>
#endif
#include <netdb.h>
--- 41,47 ----
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
! #if defined(sun)
#include <sys/filio.h>
#endif
#include <netdb.h>
*** pmap_rmt.c~ Fri Sep 6 15:24:05 1996
--- pmap_rmt.c Sat Oct 19 13:55:53 1996
***************
*** 44,50 ****
#include <rpc/pmap_clnt.h>
#include <rpc/pmap_rmt.h>
#include <sys/socket.h>
! #ifdef sparc
#include <sys/sockio.h>
#endif
#include <stdio.h>
--- 44,50 ----
#include <rpc/pmap_clnt.h>
#include <rpc/pmap_rmt.h>
#include <sys/socket.h>
! #ifdef sun
#include <sys/sockio.h>
#endif
#include <stdio.h>
--
_.John Gardiner Myers Internet: jgm+@CMU.EDU
LoseNet: ...!seismo!ihnp4!wiscvm.wisc.edu!give!up
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2]) by rt-11.MIT.EDU (8.7.5/8.7.3) with SMTP id RAA25752 for <bugs@RT-11.MIT.EDU>; Sat, 19 Oct 1996 17:04:03 -0400
Received: from PO10.ANDREW.CMU.EDU by MIT.EDU with SMTP
id AA05121; Sat, 19 Oct 96 17:04:02 EDT
Received: (from postman@localhost) by po10.andrew.cmu.edu (8.7.5/8.7.3) id RAA00846 for krb5-bugs@athena.mit.edu; Sat, 19 Oct 1996 17:03:59 -0400
Received: via switchmail; Sat, 19 Oct 1996 17:03:57 -0400 (EDT)
Received: from hogtown.andrew.cmu.edu via qmail
ID </afs/andrew.cmu.edu/service/mailqs/testq0/QF.EmOI7Jm00WBw018nc0>;
Sat, 19 Oct 1996 17:02:14 -0400 (EDT)
Received: from hogtown.andrew.cmu.edu via qmail
ID </afs/andrew.cmu.edu/usr7/jgm/.Outgoing/QF.QmOI7IW00WBw0D7mE0>;
Sat, 19 Oct 1996 17:02:12 -0400 (EDT)
Received: from BatMail.robin.v2.14.CUILIB.3.45.SNAP.NOT.LINKED.hogtown.andrew.cmu.edu.sun4m.54
via MS.5.6.hogtown.andrew.cmu.edu.sun4_51;
Sat, 19 Oct 1996 17:02:10 -0400 (EDT)
Message-Id: <0mOI7Gm00WBw0D7m40@andrew.cmu.edu>
Date: Sat, 19 Oct 1996 17:02:10 -0400 (EDT)
From: John Gardiner Myers <jgm@CMU.EDU>
To: krb5-bugs@MIT.EDU
Subject: krb5-beta7 Solaris 5.5 i386 portability fix
Show quoted text
>Number: 123
>Category: krb5-libs
>Synopsis: krb5-beta7 Solaris 5.5 i386 portability fix
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: tytso
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Sat Oct e 17:05:01 EDT 1996
>Last-Modified: Wed Oct e 00:16:00 EDT 1996
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
>Category: krb5-libs
>Synopsis: krb5-beta7 Solaris 5.5 i386 portability fix
>Confidential: yes
>Severity: serious
>Priority: medium
>Responsible: tytso
>State: closed
>Class: sw-bug
>Submitter-Id: unknown
>Arrival-Date: Sat Oct e 17:05:01 EDT 1996
>Last-Modified: Wed Oct e 00:16:00 EDT 1996
>Originator:
>Organization:
>Release:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
>Audit-Trail:
Responsible-Changed-From-To: gnats-admin->tytso
Responsible-Changed-By: tytso
Responsible-Changed-When: Wed Oct 23 00:12:41 1996
Responsible-Changed-Why:
State-Changed-From-To: open-closed
State-Changed-By: tytso
State-Changed-When: Wed Oct 23 00:15:07 1996
State-Changed-Why: patches applied.
From: "Theodore Y. Ts'o" <tytso@MIT.EDU>
To: John Gardiner Myers <jgm@CMU.EDU>
Cc: krb5-bugs@MIT.EDU
Subject: Re: krb5-libs/123: krb5-beta7 Solaris 5.5 i386 portability fix
Date: Wed, 23 Oct 1996 00:14:45 -0400
John,
Thanks for reporting this; we'll have it fixed in our sources.
- Ted
Show quoted text
>Unformatted:
Copmiling src/lib/rpc crapped out on Solaris 5.5 i386*** clnt_udp.c~ Fri Sep 6 15:24:03 1996
--- clnt_udp.c Sat Oct 19 13:53:20 1996
***************
*** 41,47 ****
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
! #if defined(sparc)
#include <sys/filio.h>
#endif
#include <netdb.h>
--- 41,47 ----
#include <rpc/rpc.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
! #if defined(sun)
#include <sys/filio.h>
#endif
#include <netdb.h>
*** pmap_rmt.c~ Fri Sep 6 15:24:05 1996
--- pmap_rmt.c Sat Oct 19 13:55:53 1996
***************
*** 44,50 ****
#include <rpc/pmap_clnt.h>
#include <rpc/pmap_rmt.h>
#include <sys/socket.h>
! #ifdef sparc
#include <sys/sockio.h>
#endif
#include <stdio.h>
--- 44,50 ----
#include <rpc/pmap_clnt.h>
#include <rpc/pmap_rmt.h>
#include <sys/socket.h>
! #ifdef sun
#include <sys/sockio.h>
#endif
#include <stdio.h>
--
_.John Gardiner Myers Internet: jgm+@CMU.EDU
LoseNet: ...!seismo!ihnp4!wiscvm.wisc.edu!give!up