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 used to be commit dd28582efb
)
This commit is contained in:
parent
536900743d
commit
9e7aa2fa6a
@ -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