Skip to content

fix for #9336 changed the signature of getextmntent() #17887

@tsoome

Description

@tsoome

The change d31277a did change

int getextmntent(FILE *, struct extmnttab *, size_t);

to

int getextmntent(const char *path, struct extmnttab *entry, struct stat64 *statbuf);

which is not really good idea, because getextmntent() is part of libc in Solaris from version Solaris 8 and is included in current version of illumos as well.

It would better to rename it.

System information

Type Version/Name
Distribution Name
Distribution Version
Kernel Version
Architecture
OpenZFS Version

Describe the problem you're observing

Describe how to reproduce the problem

Include any warning/errors/backtraces from the system logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type: DefectIncorrect behavior (e.g. crash, hang)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions