From owner-freebsd-bugs Thu Feb 6 19:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA27299 for bugs-outgoing; Thu, 6 Feb 1997 19:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA27275; Thu, 6 Feb 1997 19:20:03 -0800 (PST) Resent-Date: Thu, 6 Feb 1997 19:20:03 -0800 (PST) Resent-Message-Id: <199702070320.TAA27275@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, jlemon@americantv.com Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA26612 for ; Thu, 6 Feb 1997 19:15:29 -0800 (PST) Received: from sumatra.americantv.com (sumatra.americantv.com [199.184.181.250]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id SAA19859 for ; Thu, 6 Feb 1997 18:33:30 -0800 (PST) Received: (from jlemon@localhost) by sumatra.americantv.com (8.7.6/8.7.3) id UAA07187; Thu, 6 Feb 1997 20:50:56 -0600 (CST) Message-Id: <199702070250.UAA07187@sumatra.americantv.com> Date: Thu, 6 Feb 1997 20:50:56 -0600 (CST) From: jlemon@americantv.com Reply-To: jlemon@americantv.com To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: kern/2681: missing prototype in Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 2681 >Category: kern >Synopsis: missing prototype in >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: