From 6a200a3beb7108fac395e36145a207dd9cd739f1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 21 Apr 2000 15:50:23 +0000 Subject: O_FYNC -> O_SYNC --- sys/compat/sunos/sunos_ioctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/compat/sunos/sunos_ioctl.c') diff --git a/sys/compat/sunos/sunos_ioctl.c b/sys/compat/sunos/sunos_ioctl.c index 40f9110cbf0..f942d93e4ed 100644 --- a/sys/compat/sunos/sunos_ioctl.c +++ b/sys/compat/sunos/sunos_ioctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sunos_ioctl.c,v 1.9 1998/04/26 22:54:19 niklas Exp $ */ +/* $OpenBSD: sunos_ioctl.c,v 1.10 2000/04/21 15:50:21 millert Exp $ */ /* $NetBSD: sunos_ioctl.c,v 1.23 1996/03/14 19:33:46 christos Exp $ */ /* @@ -920,7 +920,7 @@ static struct { { SUN_FNBIO, O_NONBLOCK }, { SUN_SHLOCK, O_SHLOCK }, { SUN_EXLOCK, O_EXLOCK }, - { SUN_FSYNC, O_FSYNC }, + { SUN_FSYNC, O_SYNC }, { SUN_FSETBLK, 0 }, { SUN_FNOCTTY, 0 } }; -- cgit v1.2.3