From owner-cvs-all Fri Nov 26 2:20:17 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0770D14F2F; Fri, 26 Nov 1999 02:20:12 -0800 (PST) (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA49590; Fri, 26 Nov 1999 02:20:12 -0800 (PST) (envelope-from marcel@FreeBSD.org) Message-Id: <199911261020.CAA49590@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 26 Nov 1999 02:20:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk marcel 1999/11/26 02:20:12 PST Modified files: sys/i386/linux linux_dummy.c linux_file.c linux_proto.h linux_syscall.h linux_sysent.c Log: Implement fdatasync in terms of fsync. The regeneration of proto.h, syscall.h and sysent.h was probably forgotten after the last change syscalls.master. Revision Changes Path 1.17 +1 -2 src/sys/i386/linux/linux_dummy.c 1.38 +12 -1 src/sys/i386/linux/linux_file.c 1.28 +2 -2 src/sys/i386/linux/linux_proto.h 1.23 +1 -1 src/sys/i386/linux/linux_syscall.h 1.29 +2 -2 src/sys/i386/linux/linux_sysent.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message