Date: Sat, 23 Sep 1995 15:35:05 +0900 From: Toshihiro Kanda <candy@fct.kgc.co.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/733: xneko(6): `-speed' option doesn't work Message-ID: <199509230635.PAA18367@xxx.fct.kgc.co.jp> Resent-Message-ID: <199509230730.AAA12934@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 733 >Category: bin >Synopsis: xneko(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:00 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: `-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> >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509230635.PAA18367>