From candy@fct.kgc.co.jp  Sat Sep 23 00:23:27 1995
Received: from mail0.iij.ad.jp (root@mail0.iij.ad.jp [192.244.176.61])
          by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA12589
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Sep 1995 00:23:26 -0700
Received: from uucp0.iij.ad.jp (uucp0.iij.ad.jp [192.244.176.51]) by mail0.iij.ad.jp (8.6.12+2.4W/3.3W9-MAIL) with ESMTP id QAA06235 for <FreeBSD-gnats-submit@freebsd.org>; Sat, 23 Sep 1995 16:23:16 +0900
Received: (from uucp@localhost) by uucp0.iij.ad.jp (8.6.12+2.4W/3.3W9-UUCP) with UUCP id QAA04562 for FreeBSD-gnats-submit@freebsd.org; Sat, 23 Sep 1995 16:23:15 +0900
Received: from xxx.fct.kgc.co.jp by fender.fct.kgc.co.jp (8.6.12+2.4W/3.4W:95071117) id PAA26558; Sat, 23 Sep 1995 15:35:06 +0900
Received: by xxx.fct.kgc.co.jp (8.6.11/3.3W8:95062916) id PAA18367; Sat, 23 Sep 1995 15:35:05 +0900
Message-Id: <199509230635.PAA18367@xxx.fct.kgc.co.jp>
Date: Sat, 23 Sep 1995 15:35:05 +0900
From: Toshihiro Kanda <candy@fct.kgc.co.jp>
Reply-To: candy@fct.kgc.co.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: xneko(6): `-speed' option doesn't work
X-Send-Pr-Version: 3.2

>Number:         733
>Category:       bin
>Synopsis:       xneko(6): `-speed' option doesn't work
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Sep 23 00:30:00 PDT 1995
>Closed-Date:    Sat Sep 23 02:44:39 PDT 1995
>Last-Modified:  Sat Sep 23 02:45:10 PDT 1995
>Originator:     Toshihiro Kanda
>Release:        FreeBSD 2.0.5-RELEASE i386
>Organization:
candy@fct.kgc.co.jp (Toshihiro Kanda)
>Environment:

$ uname -rms
FreeBSD 2.0.5-RELEASE i386

>Description:

	`-speed' option doesn't work.  With it, a cat won't move at all.
	Because xneko.c calls atof() without a prototype.

>How-To-Repeat:

	$ xneko -speed 8

>Fix:

*** /usr/src/games/x11/xneko/xneko.c	Tue May 30 12:37:35 1995
--- xneko/xneko.c	Sat Sep 23 15:18:57 1995
***************
*** 139,144 ****
--- 139,147 ----
  
  #include <stdio.h>
  
+ #include <stdlib.h>
+ #include <string.h>
+ 
  #include <signal.h>
  #include <math.h>
  #include <sys/time.h>
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: asami 
State-Changed-When: Sat Sep 23 02:44:39 PDT 1995 
State-Changed-Why:  
Suggested fix applied. 

Checking in xneko.c; 
/home/ncvs/src/games/x11/xneko/xneko.c,v  <--  xneko.c 
new revision: 1.3; previous revision: 1.2 
done 

>Unformatted:
