| Summary: | Typo on line 2327 in fold-const.c | ||
|---|---|---|---|
| Product: | Base System | Reporter: | patrik.forsberg <patrik.forsberg> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Unspecified | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
patrik.forsberg
2001-03-16 08:50:01 UTC
This seems to be a problem with the 4.3-BETA release.
More typos exist:
<SRC>/sbin/routed/parms.c
' " ' should be ' * ' on line 915.
diff parms.c parms.c-old
915c915
< naddr *netp, /* network in host byte order */
---
> naddr "netp, /* network in host byte order */
This, ofcorse, makes the buildworld fail.
Regards,
Patrik
> This seems to be a problem with the 4.3-BETA release.
>
> More typos exist:
>
> <SRC>/sbin/routed/parms.c
>
> ' " ' should be ' * ' on line 915.
>
> diff parms.c parms.c-old
> 915c915
> < naddr *netp, /* network in host byte order */
> ---
> > naddr "netp, /* network in host byte order */
Try to recvsup. This is way too weird to be a typo. You seem to have a
noise somewhere in your hardware.
State Changed From-To: open->closed Originator agrees that this is most probably not a FreeBSD problem, but a client-side hardware malfunctioning. |