Date: Thu, 6 Feb 1997 20:50:56 -0600 (CST) From: jlemon@americantv.com To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: kern/2681: missing prototype in <sys/systm.h> Message-ID: <199702070250.UAA07187@sumatra.americantv.com> Resent-Message-ID: <199702070320.TAA27275@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 2681 >Category: kern >Synopsis: missing prototype in <sys/systm.h> >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 6 19:20:02 PST 1997 >Last-Modified: >Originator: Jonathan Lemon >Organization: >Release: FreeBSD 2.2-961014-SNAP i386 >Environment: >Description: in -current, there is a missing prototype for fusword(). >How-To-Repeat: >Fix: *************** *** 120,125 **** --- 120,126 ---- int suibyte __P((void *base, int byte)); int fuword __P((const void *base)); int suword __P((void *base, int word)); + int fusword __P((void *base)); int susword __P((void *base, int word)); int hzto __P((struct timeval *tv)); >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702070250.UAA07187>