Date: Tue, 14 Jan 2003 13:29:01 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: "Sam Leffler" <sam@errno.com> Cc: <cvs-committers@FreeBSD.ORG>, <cvs-all@FreeBSD.ORG> Subject: Re: cvs commit: src/sys/compat/svr4 svr4_misc.c Message-ID: <200301142129.h0ELT1TP003904@apollo.backplane.com> References: <200301132244.h0DMiNAg075448@repoman.freebsd.org> <144201c2bc13$7610fae0$5a557f42@errno.com>
next in thread | previous in thread | raw e-mail | index | archive | help
:This breaks make LINT for me. I needed the following: Ok, will do. -Matt Matthew Dillon <dillon@backplane.com> :Index: svr4_misc.c :=================================================================== :RCS file: /usr/ncvs/src/sys/compat/svr4/svr4_misc.c,v :retrieving revision 1.57 :diff -u -r1.57 svr4_misc.c :--- svr4_misc.c 13 Jan 2003 22:44:23 -0000 1.57 :+++ svr4_misc.c 14 Jan 2003 21:22:34 -0000 :@@ -88,6 +88,7 @@ : #include <vm/vm_map.h> : #if defined(__FreeBSD__) : #include <vm/uma.h> :+#include <vm/vm_extern.h> : #endif : : #if defined(NetBSD) : To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301142129.h0ELT1TP003904>