From owner-freebsd-questions Wed Feb 3 18:09:09 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA12686 for freebsd-questions-outgoing; Wed, 3 Feb 1999 18:09:09 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail1.its.rpi.edu (mail1.its.rpi.edu [128.113.100.7]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA12659 for ; Wed, 3 Feb 1999 18:08:56 -0800 (PST) (envelope-from abdelm2@rpi.edu) Received: from rpi.edu (erlang.ecse.rpi.edu [128.113.50.31]) by mail1.its.rpi.edu (8.8.8/8.8.6) with ESMTP id VAA106504 for ; Wed, 3 Feb 1999 21:10:15 -0500 Message-ID: <36B90127.241FD3D1@rpi.edu> Date: Wed, 03 Feb 1999 21:08:40 -0500 From: Mohamed Abdel-Aal X-Mailer: Mozilla 4.5 [en] (X11; I; SunOS 5.5.1 sun4u) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Kernel I/O, how ? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am doing some experiments in TCP that require some modifications to the code. Namely, /netinet/tcp_timer.c The problem is that I am not able to do any standard file I/O calls in the TCP code because I was told that the kernel can't handle high level I/O calls (stdio.h) . All I need to do is open a file, write some stuff to it and then close it. But I can't do any of this becuase the kernel will not build if include stdio.h ?? Any idea ? I am using FreeBSD 2.2.7 Please e-mail me at : abdelm2@rpi.edu Thanks ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message