Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Sep 1995 15:46:33 +0900
From:      Toshihiro Kanda <candy@fct.kgc.co.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/734: oneko(6): -speed option doesn't work
Message-ID:  <199509230646.PAA18761@xxx.fct.kgc.co.jp>
Resent-Message-ID: <199509230730.AAA12963@freefall.freebsd.org>

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

>Number:         734
>Category:       ports
>Synopsis:       oneko(6): -speed option doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 23 00:30:02 PDT 1995
>Last-Modified:
>Originator:     Toshihiro Kanda
>Organization:
candy@fct.kgc.co.jp (Toshihiro Kanda)
>Release:        FreeBSD 2.0.5-RELEASE i386
>Environment:

	$ uname -rms
	FreeBSD 2.0.5-RELEASE i386

>Description:

	It seems -speed option is ignored.  Because oneko calls atof()
	without a prototype.

>How-To-Repeat:

	$ oneko -speed 8

>Fix:

  I'm sorry not including diff(1)'ed file but fix is really simple:
Insert

#include <stdlib.h>
#include <string.h>

to somewhere (mayby after <stdio.h>) of oneko.c.
>Audit-Trail:
>Unformatted:



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