Bug 4897 - erronious declaration of solaris_* functions in lib/system.c, with fix
Summary: erronious declaration of solaris_* functions in lib/system.c, with fix
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: File Services (show other bugs)
Version: 3.0.9
Hardware: All Solaris
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-19 12:36 UTC by David S. Collier-Brown
Modified: 2007-08-19 14:53 UTC (History)
0 users

See Also:


Attachments
Fix misdeclarations (1.22 KB, patch)
2007-08-19 12:37 UTC, David S. Collier-Brown
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description David S. Collier-Brown 2007-08-19 12:36:29 UTC
The declarations of solaris_write_xattr, solaris_read_xattr, 
solaris_list_xattr, solaris_unlinkat, solaris_attropen and
solaris_openat don't match the actual functions.

The fix is trivial, as both the pre-declaration and the
actual code are controlled by the same #ifdef, and is attached.
Comment 1 David S. Collier-Brown 2007-08-19 12:37:38 UTC
Created attachment 2871 [details]
Fix misdeclarations
Comment 2 Volker Lendecke 2007-08-19 14:53:28 UTC
Checked in with 24547 -- thanks