From owner-cvs-src@FreeBSD.ORG Thu Feb 7 07:36:32 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2505916A4E9; Thu, 7 Feb 2008 07:36:32 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id DF82B13C458; Thu, 7 Feb 2008 07:36:31 +0000 (UTC) (envelope-from rink@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m177aVRD026106; Thu, 7 Feb 2008 07:36:31 GMT (envelope-from rink@repoman.freebsd.org) Received: (from rink@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m177aVcF026105; Thu, 7 Feb 2008 07:36:31 GMT (envelope-from rink) Message-Id: <200802070736.m177aVcF026105@repoman.freebsd.org> From: Rink Springer Date: Thu, 7 Feb 2008 07:36:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/watch watch.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 07 Feb 2008 07:36:32 -0000 rink 2008-02-07 07:36:31 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/watch watch.c Log: MFC 1.35: Allow watch(8) to use more than 10 snp* devices. This limitation was purely due to the way watch(8) looks for available snoop devices. PR: bin/118286 Submitted by: Mykola Zubach Reviewed by: rwatson, csjp, imp (all a long time ago) Approved by: imp (mentor) (long time ago) Revision Changes Path 1.31.8.2 +5 -6 src/usr.sbin/watch/watch.c