From owner-cvs-src@FreeBSD.ORG Thu May 25 04:01:58 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5006116A421; Thu, 25 May 2006 04:01:58 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 09D6743D48; Thu, 25 May 2006 04:01:58 +0000 (GMT) (envelope-from delphij@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k4P414qb013719; Thu, 25 May 2006 04:01:04 GMT (envelope-from delphij@repoman.freebsd.org) Received: (from delphij@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k4P414xw013718; Thu, 25 May 2006 04:01:04 GMT (envelope-from delphij) Message-Id: <200605250401.k4P414xw013718@repoman.freebsd.org> From: Xin LI Date: Thu, 25 May 2006 04:01:04 +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/lib/libutil kld.c 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: Thu, 25 May 2006 04:01:58 -0000 delphij 2006-05-25 04:01:04 UTC FreeBSD src repository Modified files: lib/libutil kld.c Log: - Add include for libutil.h and string.h for prototype. - Cast the rvalue to be compared with the result of strlen() to size_t. Revision Changes Path 1.2 +3 -1 src/lib/libutil/kld.c