From owner-cvs-all@FreeBSD.ORG Sat Sep 13 17:48:34 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E1CB81065676; Sat, 13 Sep 2008 17:48:34 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id AE5C48FC12; Sat, 13 Sep 2008 17:48:34 +0000 (UTC) (envelope-from antoine@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 m8DHmYiv081110; Sat, 13 Sep 2008 17:48:34 GMT (envelope-from antoine@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8DHmYll081109; Sat, 13 Sep 2008 17:48:34 GMT (envelope-from antoine@repoman.freebsd.org) Message-Id: <200809131748.m8DHmYll081109@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to antoine@repoman.freebsd.org using -f From: Antoine Brodin Date: Sat, 13 Sep 2008 17:46:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/contrib/telnet/arpa telnet.h src/include/arpa telnet.h 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: Sat, 13 Sep 2008 17:48:35 -0000 antoine 2008-09-13 17:46:50 UTC FreeBSD src repository Modified files: contrib/telnet/arpa telnet.h include/arpa telnet.h Log: SVN rev 183004 on 2008-09-13 17:46:50Z by antoine Fix TELOPT(opt) when opt > TELOPT_TN3270E. PR: 127194 Submitted by: Joost Bekkers MFC after: 1 month Revision Changes Path 1.10 +2 -2 src/contrib/telnet/arpa/telnet.h 1.10 +2 -2 src/include/arpa/telnet.h