summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
Diffstat (limited to 'sal')
-rw-r--r--sal/osl/unx/secimpl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/unx/secimpl.hxx b/sal/osl/unx/secimpl.hxx
index 7726d24b0ecd..3d3e2938657d 100644
--- a/sal/osl/unx/secimpl.hxx
+++ b/sal/osl/unx/secimpl.hxx
@@ -22,10 +22,10 @@
#include <pwd.h>
-typedef struct _oslSecurityImpl {
+struct oslSecurityImpl {
struct passwd m_pPasswd;
char m_buffer[1]; /* should be a C99 flexible array member */
-} oslSecurityImpl;
+};
bool SAL_CALL osl_psz_getUserIdent(oslSecurity Security, sal_Char *pszIdent, sal_uInt32 nMax);