ports/lang/python24/files/patch-pyconfig.h.in
Hye-Shik Chang a121af1f80 - Revive os.fsync function which is disabled by a typo of Python-2.3.1.
- Bump PORTREVISION

Obtained from:	Python CVS
2003-09-26 16:44:13 +00:00

11 lines
297 B
C

--- pyconfig.h.in.orig Fri Sep 26 13:09:17 2003
+++ pyconfig.h.in Fri Sep 26 13:09:25 2003
@@ -486,7 +486,7 @@
#undef HAVE_SYMLINK
/* Define if you have the 'fsync' function. */
-#undef HAVE_SYNC
+#undef HAVE_FSYNC
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF