From owner-freebsd-net Fri May 19 4: 5:34 2000 Delivered-To: freebsd-net@freebsd.org Received: from sasi.com (sasi.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 8E58237BD6F for ; Fri, 19 May 2000 04:05:27 -0700 (PDT) (envelope-from gbnaidu@sasi.com) Received: from samar (sasi.com [164.164.56.2]) by sasi.com (8.9.3/8.9.3) with SMTP id QAA18469 for ; Fri, 19 May 2000 16:33:46 +0530 (IST) Received: from sund6.sasi.com ([10.0.16.6]) by sasi.com; Fri, 19 May 2000 16:33:41 +0000 (IST) Received: from localhost (gbnaidu@localhost) by sund6.sasi.com (8.9.3/8.9.1) with ESMTP id QAA17689 for ; Fri, 19 May 2000 16:36:33 +0530 (IST) Date: Fri, 19 May 2000 16:36:33 +0530 (IST) From: "G.B.Naidu" To: freebsd-net@FreeBSD.org Subject: warnings in compilatoin... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, IN my kernel, I have used some write() calls. But the compiler giving warning messages saying that "implicit declaration". Once I boot this kernel, whenever a write() call is executed, it is panicking. I guess it is because write() is supposed to be used by kernel. What do I need to use if I want the similar functionality as write()? thanks --gb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message