From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 01:39:47 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 30E33106568F for ; Wed, 1 Oct 2008 01:39:47 +0000 (UTC) (envelope-from c.discussions@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.180]) by mx1.freebsd.org (Postfix) with ESMTP id 07ED28FC12 for ; Wed, 1 Oct 2008 01:39:46 +0000 (UTC) (envelope-from c.discussions@gmail.com) Received: by wa-out-1112.google.com with SMTP id n4so161011wag.27 for ; Tue, 30 Sep 2008 18:39:46 -0700 (PDT) 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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=tg8LWt7zc4mlRUD5fAQVHVvaKjkr7G57KX4pkX2k+Ac=; b=oWYgyrzDpFpu/bmOiALx8zM9Bb7L59d//hfqMSHfK2/nhOtqjRQYU0WMhhhJcxeIQF dTsG/T87YSNyMIX+ccVS08/4vaQ1gEuj6FmY8gdKJYnt3ROu5e/LUQvaG1SJZX9nIJD5 tXjMON1gFWsT9YsS9kjZ/plSh6/ZTuBN1oWgo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=KOv7G8dCb7IwqacoGWC1Se40+lomPJgr1iMMuIJP5GYBeZeN/Aa/y1begOTvR8kE3z Svjfy88RDcgGNmd80pntuYUsNNJTajYmFST7va1+gc5ssMgAiziwadetuFKaTeC71QFF Gof4YNvW7r+fBAhCotGHwiTAPYhMTBEFNik2o= Received: by 10.115.75.14 with SMTP id c14mr8552063wal.45.1222823356148; Tue, 30 Sep 2008 18:09:16 -0700 (PDT) Received: by 10.114.25.18 with HTTP; Tue, 30 Sep 2008 18:09:16 -0700 (PDT) Message-ID: Date: Tue, 30 Sep 2008 18:09:16 -0700 From: hibablu To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Definition of off64_t X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Oct 2008 01:39:47 -0000 Hi, I am trying to port an application written on Linux to FreeBSD. During compile, I am getting an error saying that off64_t is not defined. Which header file do I need to include to get the definition for off64_t ? Thanks in advance, Chandan