]> granicus.if.org Git - python/commit
Fix testcase for 64bit BSD systems: long is 8 bytes for those systems
authorHye-Shik Chang <hyeshik@gmail.com>
Mon, 4 Apr 2005 15:21:04 +0000 (15:21 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Mon, 4 Apr 2005 15:21:04 +0000 (15:21 +0000)
commitac89f6ef295465a18a1fcac445bf93ad3722edcb
tree913b8dc5b21d6cf6d500a3672410f79f1dcc980a
parent99358df865471f35574992ebf5ef7e4108637de8
Fix testcase for 64bit BSD systems: long is 8 bytes for those systems
so there's no need to pad after off_t members.  And a small typo fix.
Lib/test/test_fcntl.py