The Samba-Bugzilla – Attachment 2871 Details for
Bug 4897
erronious declaration of solaris_* functions in lib/system.c, with fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix misdeclarations
system.diff (text/plain), 1.22 KB, created by
David S. Collier-Brown
on 2007-08-19 12:37:38 UTC
(
hide
)
Description:
Fix misdeclarations
Filename:
MIME Type:
Creator:
David S. Collier-Brown
Created:
2007-08-19 12:37:38 UTC
Size:
1.22 KB
patch
obsolete
> >------- system.c ------- >--- /tmp/sccs.0GaW_z Sun Aug 19 13:33:15 2007 >+++ system.c Sun Aug 19 13:24:59 2007 >@@ -1686,12 +1686,12 @@ > /******** Solaris EA helper function prototypes ********/ > #ifdef HAVE_ATTROPEN > #define SOLARIS_ATTRMODE S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP >-int solaris_write_xattr(int attrfd, const char *value, size_t size); >-ssize_t solaris_read_xattr(int attrfd, void *value, size_t size); >-ssize_t solaris_list_xattr(int attrdirfd, char *list, size_t size); >-int solaris_unlinkat(int attrdirfd, const char *name); >-int solaris_attropen(const char *path, const char *attrpath, int oflag, mode_t mode); >-int solaris_openat(int fildes, const char *path, int oflag, mode_t mode); >+static int solaris_write_xattr(int attrfd, const char *value, size_t size); >+static ssize_t solaris_read_xattr(int attrfd, void *value, size_t size); >+static ssize_t solaris_list_xattr(int attrdirfd, char *list, size_t size); >+static int solaris_unlinkat(int attrdirfd, const char *name); >+static int solaris_attropen(const char *path, const char *attrpath, int oflag, mode_t mode); >+static int solaris_openat(int fildes, const char *path, int oflag, mode_t mode); > #endif > > /**************************************************************************
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 4897
: 2871