From owner-cvs-projects@FreeBSD.ORG Wed Dec 31 07:13:39 2003 Return-Path: Delivered-To: cvs-projects@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 614CB16A4CE; Wed, 31 Dec 2003 07:13:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EFCE43D55; Wed, 31 Dec 2003 07:13:24 -0800 (PST) (envelope-from mtm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBVFDO0B013519; Wed, 31 Dec 2003 07:13:24 -0800 (PST) (envelope-from mtm@repoman.freebsd.org) Received: (from mtm@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBVFDNZL013518; Wed, 31 Dec 2003 07:13:23 -0800 (PST) (envelope-from mtm) Message-Id: <200312311513.hBVFDNZL013518@repoman.freebsd.org> From: Mike Makonnen Date: Wed, 31 Dec 2003 07:13:23 -0800 (PST) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: projects/validate/include tlibio.h write_log.h projects/validate/lib Makefile str_to_bytes.c tlibio.c tst_sig.c write_log.c X-BeenThere: cvs-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the projects tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 15:13:39 -0000 mtm 2003/12/31 07:13:23 PST FreeBSD projects repository Modified files: validate/include tlibio.h write_log.h validate/lib Makefile str_to_bytes.c tlibio.c tst_sig.c write_log.c Log: Tweaks and additions to make the test harness itself compile o add #includes o add #ifdefs for FreeBSD Revision Changes Path 1.2 +11 -0 projects/validate/include/tlibio.h 1.2 +5 -0 projects/validate/include/write_log.h 1.2 +3 -2 projects/validate/lib/Makefile 1.2 +4 -0 projects/validate/lib/str_to_bytes.c 1.2 +9 -0 projects/validate/lib/tlibio.c 1.2 +2 -0 projects/validate/lib/tst_sig.c 1.2 +2 -0 projects/validate/lib/write_log.c