Fix for AMD FreeBSD 9 buildbot (hopefully), broken by my last checkin.

This commit is contained in:
Larry Hastings 2014-08-05 16:00:03 +10:00
parent cdc7e667d3
commit 548095cd4f

View file

@ -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