From: Larry Hastings Date: Tue, 5 Aug 2014 06:00:03 +0000 (+1000) Subject: Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin. X-Git-Tag: v3.5.0a1~1122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=548095cd4ff79b70d4ca1c6cd47b6e1397260db1;p=thirdparty%2FPython%2Fcpython.git Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin. --- diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index 26cd3ce7d21a..25bfa5ded66a 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -3455,7 +3455,6 @@ os_fchmod_impl(PyModuleDef *module, int fd, int mode) #ifdef HAVE_LCHMOD -PyDoc_STRVAR(posix_lchmod__doc__, /*[clinic input] os.lchmod