Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jan 2003 13:25:28 -0800
From:      "Sam Leffler" <sam@errno.com>
To:        "Matt Dillon" <dillon@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/compat/svr4 svr4_misc.c
Message-ID:  <144201c2bc13$7610fae0$5a557f42@errno.com>
References:  <200301132244.h0DMiNAg075448@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> dillon      2003/01/13 14:44:23 PST
>
>   Modified files:
>     sys/compat/svr4      svr4_misc.c
>   Log:
>   Apply bandaid to bring svr4_sys_waitsys() in line with exit1().  This
>   routine really need to be gutted and merged with exit1().
>
>   Reviewed by:    jhb
>
>   Revision  Changes    Path
>   1.57      +4 -1      src/sys/compat/svr4/svr4_misc.c
>
http://cvsweb.FreeBSD.org/src/sys/compat/svr4/svr4_misc.c.diff?r1=1.56&r2=1.
57
>

This breaks make LINT for me.  I needed the following:

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?144201c2bc13$7610fae0$5a557f42>