]> granicus.if.org Git - python/commit
Fix a compiler warning in posix_sendfile() on FreeBSD:
authorVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 14:32:36 +0000 (16:32 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Sun, 7 Jul 2013 14:32:36 +0000 (16:32 +0200)
commit6ce0dbf460d430b664a868ed1735b0b590f70bc3
tree2ca5f2e8f242dd7935cca68900a2a73b2ab1e328
parentb64049183cee61edc112eefa3ca76916d03e9f02
Fix a compiler warning in posix_sendfile() on FreeBSD:

Modules/posixmodule.c: In function 'posix_sendfile':
Modules/posixmodule.c:7700: warning: ISO C90 forbids mixed declarations and code
Modules/posixmodule.c