Bug 3069 - Missing ENOTSUP under OpenBSD
Summary: Missing ENOTSUP under OpenBSD
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.0
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: x86 OpenBSD
: P3 normal (vote)
Target Milestone: ---
Assignee: Andrew Bartlett
QA Contact: Andrew Bartlett
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-08 05:16 UTC by Krzysztof Nowicki
Modified: 2006-01-13 10:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Nowicki 2005-09-08 05:16:40 UTC
libcli/util/errormap.c requires the constant ENOTSUP to be declared, which is 
absent on OpenBSD. Under Linux this constant is defined as an alias for 
EOPNOTSUPP, which is present under OpenBSD.
Suggest replacing ENOTSUP with EOPNOTSUPP.
Comment 1 Stefan Metzmacher 2006-01-13 10:07:17 UTC
fixed in rev 12910