From owner-freebsd-arch@FreeBSD.ORG Thu Dec 11 18:52:52 2008 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D9850106564A for ; Thu, 11 Dec 2008 18:52:52 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.29]) by mx1.freebsd.org (Postfix) with ESMTP id 95A8A8FC1D for ; Thu, 11 Dec 2008 18:52:52 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so507163ywe.13 for ; Thu, 11 Dec 2008 10:52:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HJd+06N4IHrq4HP0ITy535AJF7JYbZaEXInecyGFzyE=; b=bMRuMJ2AuYA0Co9Fly+B5n46K+RwrLrFUj9cbDDT/v2GHYrl51sOc6ziroJsdq+a+B OO42+k9/pM22O/lHYxSnl1mD98bKxsbGYZ9FH5v2xJRuP0HE6spp0fbs4EURcGjTFrOD 5m1KeR5Pr5ZZDF0Uhlu7ntW/bvpn1qgP6b938= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=egnaXK7Z1UKK/md8W6ZVQ54ySohHtikAV9CkeiCBY+q14WyJi3XU7t4RwKkfSnMFM3 Dwrh1U58D1+rGoH/mfYMytaaabXZRZQ7ETrAKCm6wdT+bL4XFGfBVs/JhJ0v2WQ8x6cT N5QzIsL0ALHx4ZKSMoDRAtMqcrYbMItyCchLE= Received: by 10.90.100.20 with SMTP id x20mr1719438agb.47.1229020066239; Thu, 11 Dec 2008 10:27:46 -0800 (PST) Received: by 10.90.91.14 with HTTP; Thu, 11 Dec 2008 10:27:46 -0800 (PST) Message-ID: Date: Thu, 11 Dec 2008 18:27:46 +0000 From: pluknet To: "Ed Schouten" In-Reply-To: <20081211175519.GD1176@hoeg.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49381DD4.2000506@kasimir.com> <20081211175519.GD1176@hoeg.nl> Cc: FreeBSD Arch Subject: Re: What about strnlen(3)? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2008 18:52:52 -0000 2008/12/11 Ed Schouten : > Hello all, > > News flash: P1003.1 Issue 7 just got released. The spec seems to mention > this routine: > > size_t strnlen(const char *s,size_t maxlen); > > Maybe we should add this one as well? > And strnlen() is used by 3rd party software, such as GlusterFS. my 2c. -- wbr, pluknet