From owner-cvs-all@FreeBSD.ORG Mon Dec 13 17:35:06 2004 Return-Path: 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 7598916A4CE; Mon, 13 Dec 2004 17:35:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50B9D43D49; Mon, 13 Dec 2004 17:35:06 +0000 (GMT) (envelope-from emax@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBDHZ6AO060949; Mon, 13 Dec 2004 17:35:06 GMT (envelope-from emax@repoman.freebsd.org) Received: (from emax@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBDHZ6BH060948; Mon, 13 Dec 2004 17:35:06 GMT (envelope-from emax) Message-Id: <200412131735.iBDHZ6BH060948@repoman.freebsd.org> From: Maksim Yevmenkin Date: Mon, 13 Dec 2004 17:35:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libsdp search.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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, 13 Dec 2004 17:35:06 -0000 emax 2004-12-13 17:35:05 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libsdp search.c Log: MFC: Add workaround for {not so|too} smart phones that cannot handle SDP attribute ID ranges that consist of exactly one attribute ID. libsdp(3) will check start and end of the attribute ID range and if they are the same the range will be collapsed to one atribute ID. The problem was observed on Audiovox SMT5600 and Palm Treo 650. Reviewed by: re (kensmith, scottl) Revision Changes Path 1.6.2.1 +43 -12 src/lib/libsdp/search.c