From rneswold@Mcs.NET Sun Oct  3 22:01:28 1999
Return-Path: <rneswold@Mcs.NET>
Received: from Mcs.NET (drmemory.fnal.gov [131.225.105.170])
	by hub.freebsd.org (Postfix) with ESMTP id 485AC14C31
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Oct 1999 22:01:24 -0700 (PDT)
	(envelope-from rneswold@Mcs.NET)
Received: (from rneswold@localhost)
	by Mcs.NET (8.9.3/8.9.3) id AAA04786;
	Mon, 4 Oct 1999 00:02:28 -0500 (CDT)
	(envelope-from rneswold)
Message-Id: <199910040502.AAA04786@Mcs.NET>
Date: Mon, 4 Oct 1999 00:02:28 -0500 (CDT)
From: "Richard M. Neswold" <rneswold@Mcs.NET>
Reply-To: rneswold@Mcs.NET
To: FreeBSD-gnats-submit@freebsd.org
Subject: Remove some compile-time warnings.
X-Send-Pr-Version: 3.2

>Number:         14111
>Category:       kern
>Synopsis:       Remove some compile-time warnings.
>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:   Mon Oct  4 01:24:40 PDT 1999
>Closed-Date:    Sun Oct 10 17:32:58 PDT 1999
>Last-Modified:  Sun Oct 10 17:33:32 PDT 1999
>Originator:     Richard M. Neswold
>Release:        FreeBSD 3.3-STABLE i386
>Organization:
>Environment:

	Latest CVS repository. FreeBSD 3.3-STABLE source.

>Description:

	Building the kernel results in several warnings which are easy
	to prevent with the enclosed patch.

>How-To-Repeat:

	Just build a 3.3 kernel.

>Fix:
	
	The following patch removes the warnings:

Index: sys/sysent.h
===================================================================
RCS file: /usr/FreeBSD/src/sys/sys/sysent.h,v
retrieving revision 1.20.2.2
diff -u -r1.20.2.2 sysent.h
--- sysent.h    1999/09/01 06:12:12     1.20.2.2
+++ sysent.h    1999/10/04 04:53:53
@@ -49,6 +49,7 @@
 
 struct image_params;
 struct trapframe;
+struct vnode;
 
 struct sysentvec {
        int             sv_size;        /* number of entries */

>Release-Note:
>Audit-Trail:

From: Gregory Bond <gnb@itga.com.au>
To: rneswold@Mcs.NET
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: kern/14111: Remove some compile-time warnings. 
Date: Tue, 05 Oct 1999 10:22:53 +1000

 Duplicates (part of) kern/13846 (wot I submitted).
 
 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun Oct 10 17:32:58 PDT 1999 
State-Changed-Why:  
See the patch in kern/13846. 
>Unformatted:
