diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-04 15:54:04 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-04 15:54:04 +0000 |
commit | e34e25d907ee92063fd2466a1634b961e292cc0f (patch) | |
tree | e47bb2ab6755df1e37082c6166d03f3183ec9195 /source3/lib/util.c | |
parent | 767784550642439ccc86f96f3894490774448f10 (diff) | |
download | samba-e34e25d907ee92063fd2466a1634b961e292cc0f.tar.gz samba-e34e25d907ee92063fd2466a1634b961e292cc0f.tar.xz samba-e34e25d907ee92063fd2466a1634b961e292cc0f.zip |
more solaris 2.5 fixups. It now seems to be working pretty well.
(This used to be commit c4e450817886b40474cebdfc50c0c16fb4646baf)
Diffstat (limited to 'source3/lib/util.c')
-rw-r--r-- | source3/lib/util.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/util.c b/source3/lib/util.c index c36eb8a667..38cde624d4 100644 --- a/source3/lib/util.c +++ b/source3/lib/util.c @@ -4844,3 +4844,4 @@ void zero_free(void *p, size_t size) memset(p, 0, size); free(p); } + |