From owner-p4-projects@FreeBSD.ORG Sun Sep 17 11:02:15 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A488416A416; Sun, 17 Sep 2006 11:02:15 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64A4816A47B for ; Sun, 17 Sep 2006 11:02:15 +0000 (UTC) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58F4543D6D for ; Sun, 17 Sep 2006 11:02:13 +0000 (GMT) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k8HB2Dmm008756 for ; Sun, 17 Sep 2006 11:02:13 GMT (envelope-from piso@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k8HB2Dql008753 for perforce@freebsd.org; Sun, 17 Sep 2006 11:02:13 GMT (envelope-from piso@freebsd.org) Date: Sun, 17 Sep 2006 11:02:13 GMT Message-Id: <200609171102.k8HB2Dql008753@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to piso@freebsd.org using -f From: Paolo Pisati To: Perforce Change Reviews Cc: Subject: PERFORCE change 106234 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Sep 2006 11:02:15 -0000 http://perforce.freebsd.org/chv.cgi?CH=106234 Change 106234 by piso@piso_newluxor on 2006/09/17 11:01:13 Update a stale comment. Affected files ... .. //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_dummy.c#12 edit Differences ... ==== //depot/projects/soc2005/libalias/sys/netinet/libalias/alias_dummy.c#12 (text+ko) ==== @@ -93,11 +93,11 @@ } /* - * NOTA BENE: these 2 variables MUST NOT be renamed in any case if you want - * your module to work in userland, cause they are used to find and use all + * NOTA BENE: the next variable MUST NOT be renamed in any case if you want + * your module to work in userland, cause it's used to find and use all * the protocol handlers present in every module. - * So WATCH OUT, your module needs these 2 variables, and it needs them with - * THEIR EXACT NAMES: handlers and entries. + * So WATCH OUT, your module needs this variables and it needs it with + * ITS EXACT NAME: handlers. */ struct proto_handler handlers [] = {