Author: aurel32 Date: 2007-11-26 00:56:52 +0000 (Mon, 26 Nov 2007) New Revision: 2699
Modified: glibc-package/trunk/debian/patches/alpha/submitted-fdatasync.diff Log: Fix a typo in patches/alpha/submitted-fdatasync.diff Modified: glibc-package/trunk/debian/patches/alpha/submitted-fdatasync.diff =================================================================== --- glibc-package/trunk/debian/patches/alpha/submitted-fdatasync.diff 2007-11-26 00:42:52 UTC (rev 2698) +++ glibc-package/trunk/debian/patches/alpha/submitted-fdatasync.diff 2007-11-26 00:56:52 UTC (rev 2699) @@ -72,7 +72,7 @@ + __have_no_fdatasync = 1; + } +#endif -+ return INLINE_SYSCALL (sync, 1, fd); ++ return INLINE_SYSCALL (fsync, 1, fd); +} + +int -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

