On Thu, Jul 24, 2003 at 05:07:12PM -0400, Ugen wrote:
> 
> fd = open(name, O_WRONLY);
> lseek(fd, size_in_bytes, SEEK_SET)
> close(fd)
> --Ugen

It might help if after the lseek a write() call is done :-)

Marc

-- 
Marc Wiz
[EMAIL PROTECTED]
Yes, that really is my last name.
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to