Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 1997 16:45:26 -0700 (PDT)
From:      "Eric J. Schwertfeger" <ejs@bfd.com>
To:        ports@freebsd.org
Subject:   Contemplating my next port
Message-ID:  <Pine.BSF.3.95.970527154239.19969A-100000@harlie.bfd.com>

next in thread | raw e-mail | index | archive | help

My first port was so easy (ha!), thought I'd do another one.  I have to
make 5.1b of libwww work at work, and only found two problems out of the
box, so figured might as well roll a port of it.  The first problem
was a minor issue of missing parens.

The second was a missing define, O_SYNC.  Now, I did find O_FSYNC, but
without a reference for O_SYNC, I'm not sure it's the same thing. SunOS
merely defines O_SYNC as /* synchronized file update option */, as opposed
to O_DSYNC, /* synchronized data update option */

So, do I just patch O_SYNC to O_FSYNC?




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.970527154239.19969A-100000>