-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
Type: DefectIncorrect behavior (e.g. crash, hang)Incorrect behavior (e.g. crash, hang)
Description
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
Labels
Type: DefectIncorrect behavior (e.g. crash, hang)Incorrect behavior (e.g. crash, hang)