Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.411 (Entity 5.404) X-RT-Original-Encoding: iso-8859-1 Content-Length: 2326 From d.h.davis@bath.ac.uk Tue Jun 5 06:44:24 2001 Received: from fort-point-station.mit.edu (FORT-POINT-STATION.MIT.EDU [18.72.0.53]) by rt-11.mit.edu (8.9.3/8.9.3) with ESMTP id GAA12686 for ; Tue, 5 Jun 2001 06:44:23 -0400 (EDT) Received: from pat.bath.ac.uk (exim@pat.bath.ac.uk [138.38.32.2]) by fort-point-station.mit.edu (8.9.2/8.9.2) with ESMTP id GAA01790 for ; Tue, 5 Jun 2001 06:44:23 -0400 (EDT) Received: from ancho.bath.ac.uk ([138.38.52.202] helo=bath.ac.uk ident=gsxun2qhb37vghtlzz3c) by pat.bath.ac.uk with smtp (Exim 3.12 #1) id 157EJy-0002vp-00 for krb5-bugs@mit.edu; Tue, 05 Jun 2001 11:44:22 +0100 Received: (from ccsdhd@localhost) by ancho.bath.ac.uk id aa13032 ; 5 Jun 2001 11:44 +0100 Message-Id: <200106051144.aa13032@ancho.bath.ac.uk> Date: Tue, 5 Jun 2001 11:44:21 +0100 (BST) From: Dennis Davis Sender: D.H.Davis@bath.ac.uk Reply-To: Dennis Davis To: krb5-bugs@mit.edu Cc: Dennis Davis Subject: Building krb5-1.2.2 on OpenBSD2.8. X-Send-Pr-Version: 3.99 >Number: 963 >Category: krb5-build >Synopsis: Building krb5-1.2.2 on OpenBSD2.8. >Confidential: no >Severity: non-critical >Priority: low >Responsible: tlyu >State: open >Class: sw-bug >Submitter-Id: unknown >Arrival-Date: Tue Jun 5 06:45:00 EDT 2001 >Last-Modified: >Originator: Dennis Davis >Organization: Bath University Computing Services, UK >Release: krb5-1.2.2 >Environment: System: OpenBSD ancho.bath.ac.uk 2.8 ANCHO#0 i386 >Description: krb5-1.2.2 won't compile on OpenBSD2.8. Appended below is a simple diff to remedy this. >How-To-Repeat: Not applicable. >Fix: I've been looking at getting Kerberos5 (krb5-1.2.2) compiled & running on the OpenBSD operating system. Appended below is the one simple diff I needed to get it to compile on OpenBSD2.8. *** krb5-1.2.2/src/kdc/network.c.orig Wed Feb 28 22:07:28 2001 --- krb5-1.2.2/src/kdc/network.c Thu May 17 09:40:39 2001 *************** *** 51,57 **** --- 51,59 ---- #endif #include + #ifndef OpenBSD #include + #endif /* OpenBSD */ extern int errno; >Audit-Trail: >Unformatted: Diffs needed to get krb5-1.2.2 to compile on OpenBSD2.8.