From owner-cvs-src@FreeBSD.ORG Sat Jul 17 17:05:12 2004 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 AD2CD16A4CE; Sat, 17 Jul 2004 17:05:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 902D643D2F; Sat, 17 Jul 2004 17:05:12 +0000 (GMT) (envelope-from marcel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6HH5Cu4051897; Sat, 17 Jul 2004 17:05:12 GMT (envelope-from marcel@repoman.freebsd.org) Received: (from marcel@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6HH5CKc051896; Sat, 17 Jul 2004 17:05:12 GMT (envelope-from marcel) Message-Id: <200407171705.i6HH5CKc051896@repoman.freebsd.org> From: Marcel Moolenaar Date: Sat, 17 Jul 2004 17:05:12 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/include proc_service.h 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: Sat, 17 Jul 2004 17:05:12 -0000 marcel 2004-07-17 17:05:12 UTC FreeBSD src repository Modified files: include proc_service.h Log: Re-implement this file, including copyright notice. Keep David Xu as copyright owner. Typical bugs fixed by this are: o various style(9) bugs, o #ifdef'd out code, o lack of comments, o missing const, o introduction of obsolete functions, o missing __BEGIN_DECLS & __END_DECLS, The major flaw in this version, that was also present in the previous version is the lack of man page. Minor flaws undoubtedly still exist. Revision Changes Path 1.2 +31 -69 src/include/proc_service.h