Date: Mon, 4 Oct 1999 00:02:28 -0500 (CDT) From: "Richard M. Neswold" <rneswold@Mcs.NET> To: FreeBSD-gnats-submit@freebsd.org Subject: kern/14111: Remove some compile-time warnings. Message-ID: <199910040502.AAA04786@Mcs.NET>
next in thread | raw e-mail | index | archive | help
>Number: 14111 >Category: kern >Synopsis: Remove some compile-time warnings. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 4 01:24:40 PDT 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910040502.AAA04786>