Skip site navigation (1)Skip section navigation (2)
Date:      09 Nov 2000 01:35:04 +0500
From:      fn@hungry.org (Faried Nawaz)
To:        freebsd-isp@FreeBSD.ORG
Subject:   Re: tacacs plus.
Message-ID:  <m3lmuu5hjb.fsf@localhost.nilpotent.org>
In-Reply-To: Andreas Klemm's message of "Wed, 8 Nov 2000 06:41:24 %2B0100"
References:  <20001107050735.D53363@nilpotent.org> <20001108064124.A17507@titan.klemm.gtn.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Andreas Klemm <andreas@klemm.gtn.com> writes:

  Could you please tell me more concerning this issue ?

As I understand it, O_SYNC is not in POSIX.  Apps should instead do

fd = open(...);
write(fd, ...);
fsync(fd);

I *think* FreeBSD does the right thing with open(...O_SYNC...), but I'm not
sure.


Faried.
-- 
                              self name.
                                       "Jesus Christ!"  "Not quite."
                                                         -- Hellraiser III
superstar!


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m3lmuu5hjb.fsf>