From owner-cvs-src@FreeBSD.ORG Fri May 23 18:34:34 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88BA51065672; Fri, 23 May 2008 18:34:34 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC9E8FC0A; Fri, 23 May 2008 18:34:34 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m4NIYXnt020284; Fri, 23 May 2008 18:34:33 GMT (envelope-from ed@repoman.freebsd.org) Received: (from ed@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m4NIYXWI020283; Fri, 23 May 2008 18:34:33 GMT (envelope-from ed) Message-Id: <200805231834.m4NIYXWI020283@repoman.freebsd.org> From: Ed Schouten Date: Fri, 23 May 2008 18:34:33 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sys clist.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2008 18:34:34 -0000 ed 2008-05-23 18:34:33 UTC FreeBSD src repository Modified files: sys/sys clist.h Log: Fix the build by including in . Of course I was silly enough to only check LINT for build failures, but not the userspace bits. In the mpsafetty branch I didn't notice this, because never got included in userspace. Approved by: philip (mentor) Pointy hat to: me :-( Revision Changes Path 1.13 +2 -0 src/sys/sys/clist.h