From owner-cvs-src-old@FreeBSD.ORG Sat Dec 13 22:05:09 2008 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 877E81065670 for ; Sat, 13 Dec 2008 22:05:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5CE6F8FC17 for ; Sat, 13 Dec 2008 22:05:09 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBDM59FF022174 for ; Sat, 13 Dec 2008 22:05:09 GMT (envelope-from bz@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBDM59bs022173 for cvs-src-old@freebsd.org; Sat, 13 Dec 2008 22:05:09 GMT (envelope-from bz@repoman.freebsd.org) Message-Id: <200812132205.mBDM59bs022173@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to bz@repoman.freebsd.org using -f From: "Bjoern A. Zeeb" Date: Sat, 13 Dec 2008 22:04:52 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/contrib/pf/net pf_subr.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Dec 2008 22:05:09 -0000 bz 2008-12-13 22:04:52 UTC FreeBSD src repository Modified files: sys/contrib/pf/net pf_subr.c Log: SVN rev 186058 on 2008-12-13 22:04:52Z by bz Like for tcp_subr.c in r186057 make the MD5 context a function local variable in this copy of the code[1]. While here prefix the variables with 'pf_' to avoid file static global variables with colliding names that are or will be virtualized. Discussed with: rwatson, silby [1] Revision Changes Path 1.9 +10 -10 src/sys/contrib/pf/net/pf_subr.c