From owner-cvs-src@FreeBSD.ORG Thu Apr 28 05:50:19 2005 Return-Path: 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 57F5016A4CE; Thu, 28 Apr 2005 05:50:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F48843D2D; Thu, 28 Apr 2005 05:50:19 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3S5oJBC005661; Thu, 28 Apr 2005 05:50:19 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3S5oJ44005660; Thu, 28 Apr 2005 05:50:19 GMT (envelope-from marcel) Message-Id: <200504280550.j3S5oJ44005660@repoman.freebsd.org> From: Marcel Moolenaar Date: Thu, 28 Apr 2005 05:50:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/libkern crc32.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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, 28 Apr 2005 05:50:19 -0000 marcel 2005-04-28 05:50:18 UTC FreeBSD src repository Modified files: sys/libkern crc32.c Log: Update comment to direct the reader to libkern.h instead of systm.h. The functions were moved. Pointed out by: johan@ Revision Changes Path 1.5 +1 -1 src/sys/libkern/crc32.c