From owner-freebsd-net@FreeBSD.ORG Fri Dec 12 06:36:21 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B21BB1065670 for ; Fri, 12 Dec 2008 06:36:21 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by mx1.freebsd.org (Postfix) with ESMTP id 6899F8FC14 for ; Fri, 12 Dec 2008 06:36:21 +0000 (UTC) (envelope-from fernercc@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so604597ywe.13 for ; Thu, 11 Dec 2008 22:36:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=KWEdx5muVkAgxuHT3oK93RvZ0lnuBSqN64ojjtfcEi8=; b=qDUQwFOGZ+6a0WdEOblKsedxrV8uiL61LzrhI5q71Zqj169/ls5jbl3tn3NgyPvvtE Rbe3ccv8Va72z8PvI5fozgpKKHRxAS3jwAiFYukptn6/pdP4xL/1EFLuDgTKLXamH+IX 2L9qiFid5RJ5fPx7RLwPNyuG/MDwCPCNMkykQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=G7TTpds5fJ+aGLg2+D1dNax5HiXzl+sVN2gjbJcu6dek08bIZAgiLuTJ7ZUkw0FNCk PIoQRFTTBuUU7yclTHwIP9C96SdSvvfimlJFwOnSDp5ITWXwVzET1GgOZFxrrhO6XTkl sHrZTtYix8Ffzm6Lhj/fwoTu73d009l6EYxlE= Received: by 10.100.109.13 with SMTP id h13mr2674041anc.21.1229063780659; Thu, 11 Dec 2008 22:36:20 -0800 (PST) Received: from ?192.168.2.2? (cpe-70-112-179-136.austin.res.rr.com [70.112.179.136]) by mx.google.com with ESMTPS id c37sm5090674ana.37.2008.12.11.22.36.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Dec 2008 22:36:20 -0800 (PST) From: Ferner Cilloniz To: freebsd-net@freebsd.org Content-Type: text/plain Date: Fri, 12 Dec 2008 00:36:17 +0000 Message-Id: <1229042178.4978.2.camel@mobiliare.Belkin> Mime-Version: 1.0 X-Mailer: Evolution 2.24.2 Content-Transfer-Encoding: 7bit Subject: warning: implicit declaration of function 'VOP_READDIR' X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Dec 2008 06:36:21 -0000 Hello everyone. Im trying to create a system call similar to getdirentries(). When compiling the module, i get the following error: ReadMod.c:160: warning: implicit declaration of function 'VOP_READDIR' I have included all the required header files. #include #include #include Any help will be greatly appreciated. Thanks :) -- Cilloniz Bicchi, Ferner Research Assistant Dept. of Computer Sciences The University of Texas at Austin http://www.cs.utexas.edu/~fernercc fernercc@cs.utexas.edu