From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 17 14:47:22 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C082716A4CE for ; Fri, 17 Dec 2004 14:47:21 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6220B43D49 for ; Fri, 17 Dec 2004 14:47:21 +0000 (GMT) (envelope-from joseph.koshy@gmail.com) Received: by rproxy.gmail.com with SMTP id j1so1336836rnf for ; Fri, 17 Dec 2004 06:47:20 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=pg5oetVmqfCxWH6KAe8aVTO1TaXpU+z0ivY/ky5FIqwd3McSvhJR6C7dqtXsRNNkdIHhZmSwhLXH78tZs/UMuDEtz92hmXwykmgt3zOqCLxD2nz886PjqxhYtYI96ocqvNQ7XobI7xf9PmAiiedlB5wx/4uqCWA5B+BfoYude+g= Received: by 10.38.11.9 with SMTP id 9mr266789rnk; Fri, 17 Dec 2004 06:47:20 -0800 (PST) Received: by 10.38.209.11 with HTTP; Fri, 17 Dec 2004 06:47:20 -0800 (PST) Message-ID: <84dead7204121706472d438e70@mail.gmail.com> Date: Fri, 17 Dec 2004 14:47:20 +0000 From: Joseph Koshy To: Mike Meyer In-Reply-To: <16834.15906.60580.929003@guru.mired.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <16834.15906.60580.929003@guru.mired.org> cc: hackers@freebsd.org Subject: Re: files_getstate X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Joseph Koshy List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Dec 2004 14:47:22 -0000 > I can't find the source to files_getstate *anywhere* in /usr/src. > Can anyone tell me where to find this missing function/macro? Try "src/lib/libc/include/nss_tls.h": ... static int \ name##_getstate(struct name##_state **p) \ { \ static struct name##_state st; \ ...