From owner-cvs-all@FreeBSD.ORG Mon Sep 19 10:48:27 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56E1716A41F; Mon, 19 Sep 2005 10:48:27 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (cognet.ci0.org [80.65.224.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7736843D60; Mon, 19 Sep 2005 10:48:16 +0000 (GMT) (envelope-from doginou@dong.ci0.org) Received: from dong.ci0.org (localhost.ci0.org [127.0.0.1]) by dong.ci0.org (8.13.3/8.12.11) with ESMTP id j8JB2W7C027780; Mon, 19 Sep 2005 13:02:32 +0200 (CEST) (envelope-from doginou@dong.ci0.org) Received: (from doginou@localhost) by dong.ci0.org (8.13.3/8.12.11/Submit) id j8JB2W0E027779; Mon, 19 Sep 2005 13:02:32 +0200 (CEST) (envelope-from doginou) Date: Mon, 19 Sep 2005 13:02:32 +0200 From: Olivier Houchard To: Ruslan Ermilov Message-ID: <20050919110232.GB27110@ci0.org> References: <200509181924.j8IJO5p7062783@repoman.freebsd.org> <20050919071252.GG65954@ip.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050919071252.GG65954@ip.net.ua> User-Agent: Mutt/1.4.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/watch watch.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2005 10:48:27 -0000 On Mon, Sep 19, 2005 at 10:12:52AM +0300, Ruslan Ermilov wrote: > > > The attached patch does the following: > > - Restores the ability to detach from a tty via SIOCSTTY. > - Removes a stray debugging printf. > - Fixes the module build (vnode_if.h is now necessary). > - Documents the change. > > Hi, Sorry for this :(. I asked Maxime to commit the fix to the Makefile to at least unbreak the build, as I can't commit right now. Feel free to commit the other bits, or I'll do it tonight. Thanks, Olivier