diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-01-08 09:02:21 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-01-08 12:22:19 +0100 |
commit | 9ae0c5e5a7375ef58e4dff84eb154be77564d205 (patch) | |
tree | 70103e8933b8afab09f09c1d8022810f80ee748a /source4/script | |
parent | c19ed7669c3621142fd3634634f58bdb9920ddaf (diff) | |
download | samba-9ae0c5e5a7375ef58e4dff84eb154be77564d205.tar.gz samba-9ae0c5e5a7375ef58e4dff84eb154be77564d205.tar.bz2 samba-9ae0c5e5a7375ef58e4dff84eb154be77564d205.zip |
s3:smbd: make static const in mangle_hash2.c really static const
const char *foo, means a non-const pointer to
a const char.
const char * const foo, means a const pointer to
a const char.
char * const foo, would mean a const pointer to
a non-const char.
metze
Diffstat (limited to 'source4/script')
0 files changed, 0 insertions, 0 deletions