mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r11275: patch from Chris to remove the empty struct in libmsrpc.h (fix build with Sun compiler)
This commit is contained in:
parent
83d0cda858
commit
dd28582efb
@ -999,8 +999,6 @@ struct LsaRemovePrivileges {
|
||||
|
||||
} in;
|
||||
|
||||
struct {
|
||||
} out;
|
||||
};
|
||||
|
||||
/**
|
||||
@ -1025,8 +1023,6 @@ struct LsaClearPrivileges {
|
||||
char *name;
|
||||
} in;
|
||||
|
||||
struct {
|
||||
} out;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user