Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Nov 1995 03:04:22 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        hackers@freebsd.org, swaits@pr.erau.edu
Subject:   Re: Typo in kernel src (fwd)
Message-ID:  <199510311604.DAA23119@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>---------- Forwarded message ----------
>From: Mike R. Prevost <mprevost@ro.com>

>vm_swap.c has swap_pager_fsll instead of swap_pager_full in one place.
>i386/conf.c has swsizen instead of swsize.

These have never been in the central sources.

>./../i386/isa/kbdtables.h:826: warning: `/*' within comment

This isn't in current sources.

>Cmpiled but had problems linking:  _hw_float symbol not found -- it's disabled in
>config file.  Will enable it as attempt to fix.

This happens when device npx0 is left out of the config file.  Don't do
this.  npx0 isn't optional although files.i386 says it is.  `hw_float'
is handled even more bogusly in -current.  Now the sysctl code it
support it is with the variable, so if npx0 isn't configured, sysctl()
will report that ambiguously by returning an error instead of returning
a truth value.

Bruce



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