freebsd-dev/usr.bin/ftp
Andrey A. Chernov bb8d56ce53 File positions are off_t nowdays, not long, so:
long -> off_t
  fseek -> fseeko

  NOTE: that fseek not works for >long offsets files per POSIX:

  [EOVERFLOW] For fseek( ), the resulting file offset would be a value which
  cannot be represented correctly in an object of type long.
2001-09-01 23:01:29 +00:00
..
cmds.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
cmdtab.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
complete.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
config.h Portability configuation for LukeM's ftp client. 2001-07-19 17:45:52 +00:00
domacro.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
extern.h Make sure to use native IPv4 addrerss even if getaddrinfo() 2000-06-14 15:26:58 +00:00
fetch.c Remove whitespace at end of line I happened to find during my last edit. 2001-08-30 02:32:00 +00:00
ftp_var.h - Reflect `gateport' variable type change. 2000-06-24 15:34:31 +00:00
ftp.1 mdoc(7) police: protect trailing full stops of abbreviations 2001-08-10 13:45:36 +00:00
ftp.c File positions are off_t nowdays, not long, so: 2001-09-01 23:01:29 +00:00
main.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
Makefile Remove addition of -g to CFLAGS 2000-05-16 04:23:54 +00:00
pathnames.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ruserpass.c Removed duplicate VCS ID tags, as per style(9). 2001-08-13 14:06:34 +00:00
util.c Revert the previous delta and apply a better fix which corrects 2001-08-30 17:13:15 +00:00