From jlemon@americantv.com  Thu Feb  6 19:15:30 1997
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 <FreeBSD-gnats-submit@FreeBSD.ORG>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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
Subject: missing prototype in <sys/systm.h>
X-Send-Pr-Version: 3.2

>Number:         2681
>Category:       kern
>Synopsis:       missing prototype in <sys/systm.h>
>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:   Thu Feb  6 19:20:02 PST 1997
>Closed-Date:    Mon Aug 18 14:19:53 PDT 1997
>Last-Modified:  Mon Aug 18 14:20:15 PDT 1997
>Originator:     Jonathan Lemon
>Release:        FreeBSD 2.2-961014-SNAP i386
>Organization:
>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));
>Release-Note:
>Audit-Trail:

From: jlemon@americantv.com
To: freebsd-gnats-submit@freebsd.org, jlemon@americantv.com
Cc:  Subject: subject=Re: kern/2681: missing prototype in <sys/systm.h>
Date: Fri, 7 Feb 1997 12:32:56 -0600 (CST)

 I just realized that the prototype currently lives in <machine/md_var.h>. 
 It probably should be moved.
 
State-Changed-From-To: open->closed 
State-Changed-By: jlemon 
State-Changed-When: Mon Aug 18 14:19:53 PDT 1997 
State-Changed-Why:  

Fixed in -current. 
>Unformatted:
