From owner-cvs-src@FreeBSD.ORG Wed Feb 9 09:13:37 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 3711E16A4CE; Wed, 9 Feb 2005 09:13:37 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C0F943D1F; Wed, 9 Feb 2005 09:13:37 +0000 (GMT) (envelope-from stefanf@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 j199DaZW066160; Wed, 9 Feb 2005 09:13:36 GMT (envelope-from stefanf@repoman.freebsd.org) Received: (from stefanf@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j199Da6K066159; Wed, 9 Feb 2005 09:13:36 GMT (envelope-from stefanf) Message-Id: <200502090913.j199Da6K066159@repoman.freebsd.org> From: Stefan Farfeleder Date: Wed, 9 Feb 2005 09:13:36 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/locate/bigram locate.bigram.csrc/usr.bin/sed main.c src/usr.bin/talk ctl.c look_up.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: Wed, 09 Feb 2005 09:13:37 -0000 stefanf 2005-02-09 09:13:36 UTC FreeBSD src repository Modified files: usr.bin/locate/bigram locate.bigram.c usr.bin/sed main.c usr.bin/talk ctl.c look_up.c Log: Include missing headers. Revision Changes Path 1.12 +1 -0 src/usr.bin/locate/bigram/locate.bigram.c 1.35 +1 -0 src/usr.bin/sed/main.c 1.10 +3 -0 src/usr.bin/talk/ctl.c 1.8 +1 -0 src/usr.bin/talk/look_up.c