Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Apr 1997 15:49:39 -0700 (PDT)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/3301: Make world broken in eBones
Message-ID:  <199704152249.PAA25600@troutmask.apl.washington.edu>
Resent-Message-ID: <199704152250.PAA17064@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         3301
>Category:       bin
>Synopsis:       Make world broken in eBones
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 15 15:50:02 PDT 1997
>Last-Modified:
>Originator:     Steven G. Kargl
>Organization:
Applied Physics Lab
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

%uname -a

FreeBSD troutmask.apl.washington.edu 3.0-CURRENT FreeBSD 3.0-CURRENT #0:
Mon Apr  7 13:00:48 PDT 1997
root@troutmask.apl.washington.edu:/usr/src/sys/compile/TROUTMASK  i386


>Description:

make world breaks in eBones.  It appears that a header files is missing.
krb.h includes netinet/in.h which makes use of u_long.  u_long is
defined in sys/types.h.  This header file is missing.

>How-To-Repeat:

cd src/eBones
make cleandepend
make clean
make

>Fix:

*** krb.h.orig	Tue Apr 15 15:41:42 1997
--- krb.h	Tue Apr 15 15:42:48 1997
***************
*** 16,21 ****
--- 16,22 ----
  /* Need some defs from des.h	 */
  #include <stdio.h>
  #include <des.h>
+ #include <sys/types.h>
  #include <netinet/in.h>
  
  /* Text describing error codes */

>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704152249.PAA25600>