Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Dec 2004 17:35:05 +0000 (UTC)
From:      Maksim Yevmenkin <emax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libsdp search.c
Message-ID:  <200412131735.iBDHZ6BH060948@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412131735.iBDHZ6BH060948>