blob: 06b2ff16b67271c98a5a64a6d7321580d88d0985 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
2005-12-31 Manuel Menal <mmenal@hurdfr.org>
* Makefile (CFLAGS): Add -D_FILE_OFFSET_BITS=64
* netfs.c: revert previous changes.
* gopherfs.c (main): show "loop" output only when in
debug mode.
2002-04-15 Ben Asseltsine <ben@asselstine.com>
* args.c (parse_opt): new option to specify a port.
* args.c (parse_opt): setting default port when processing hostname.
* args.c: corrected args_doc to reflect parameter order.
* netfs.c: changed to use current libnetfs.
(netfs_attempt_set_size, netfs_attempt_read, netfs_attempt_write):
changed from 'off_t' to 'loff_t' in function declaration.
(netfs_attempt_statfs): changed from 'struct statfs' to
'fsys_statfsbuf_t' in function declaration.
* gopherfs.c: changed to use current libnetfs. now setting
netfs_server_name and netfs_server_version.
* gopherfs.c (main): showing "attached to" output only when in
debug mode.
2002-04-15 James A. Morrison <ja2morri@uwaterloo.ca>
* node.c (gopherfs_make_netnode): Try to free all allocations on
failure.
* Makefile: Remove dependancy on Makeconf
|