On Wed, Mar 11, 2009 at 1:21 PM, Alexey Suslikov <alexey.susli...@gmail.com> wrote: > I can't recall exact code from httpd, but how about libexec/ftpd: > > ... > extern off_t restart_point; > ...
you're looking at the wrong code. ftpcmd.y: restart_point = $4; /* XXX $4 is only "int" */