aboutsummaryrefslogtreecommitdiff
path: root/nfs/storage-info.c
Commit message (Collapse)AuthorAgeFilesLines
* Use our own variant of 'assert' and 'assert_perror'.Justus Winter2017-08-051-3/+3
| | | | | Our variants print stack traces on failures. This will make locating errors much easier.
* 2002-05-08 Roland McGrath <roland@frob.com>Roland McGrath2002-05-081-1/+2
| | | | * storage-info.c (netfs_file_get_storage_info): Cast %* arg to int.
* 2002-01-03 Roland McGrath <roland@frob.com>Roland McGrath2002-01-041-1/+2
| | | | * storage-info.c (netfs_file_get_storage_info): Set *PORTS_TYPE.
* 2001-10-13 Roland McGrath <roland@frob.com>Roland McGrath2001-12-291-0/+102
* storage-info.c: New file. * Makefile (SRCS): Add it. * mount.c (mounted_hostname, mounted_nfs_port): New global variables. (mount_root): Set them. * nfs.h: Declare them.