mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 15:25:49 +00:00
2a893de047
* lib/filesystem-remote.h: New file, based on lib/file-remote.h. * lib/filesystem-remote.c: New file, based on lib/file-remote.c. * lib/file-remote.h (is_remote_fs_type_name): Remove declaration. * lib/file-remote.c (is_remote_fs_type_name): Remove function. * modules/filesystem-remote: New file. * lib/mountlist.c: Include filesystem-remote.h instead of file-remote.h. * modules/mountlist (Depends-on): Add filesystem-remote. Remove file-remote.
42 lines
485 B
Plaintext
42 lines
485 B
Plaintext
Description:
|
|
Return list of mounted file systems.
|
|
|
|
Files:
|
|
lib/mountlist.h
|
|
lib/mountlist.c
|
|
m4/fstypename.m4
|
|
m4/mountlist.m4
|
|
|
|
Depends-on:
|
|
c-ctype
|
|
filesystem-remote
|
|
fopen-gnu
|
|
free-posix
|
|
getline
|
|
open
|
|
unlocked-io-internal
|
|
bool
|
|
stdint-h
|
|
streq
|
|
strstr-simple
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_MOUNTLIST
|
|
gl_PREREQ_MOUNTLIST_EXTRA
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mountlist.c
|
|
|
|
Include:
|
|
"mountlist.h"
|
|
|
|
Link:
|
|
$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|