]> granicus.if.org Git - python/commit
Portability fix for [f]statvfs() return tuple: no longer return the
authorGuido van Rossum <guido@python.org>
Wed, 3 Feb 1999 16:32:37 +0000 (16:32 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 3 Feb 1999 16:32:37 +0000 (16:32 +0000)
commit0c9608cf1bcad32d3e7226b2743f245be231a119
treeefd89512c209faf4f161bfe0ee7ebc25adc67335
parentc256ece88c81ffc573c5a1e7f0e45e68a656ee29
Portability fix for [f]statvfs() return tuple: no longer return the
f_fsid field, since it's not a scalar on all systems supporting this
call (in particular, it's a tuple of two longs on AIX).  Since it's
not particularly useful, just nuke it.  Adapted the doc strings too.
Doc/lib/libos.tex
Modules/posixmodule.c