mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
631aa1f0ef
array can now only be :
type *name[];
rather then :
type *name;
which was supported in the past. Warnings will be given when the first
syntax is used. Reasons for this change in behaviour include improved
readability and the fact that the second format makes dealing with multiple
levels of pointers harder.
(This used to be commit
|
||
---|---|---|
.. | ||
userinfo.c |