diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-04-30 10:49:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:51:50 -0500 |
commit | 42cf31f3c695913b68500302ebb2dc6cd0df4464 (patch) | |
tree | d83f788cdfeffc2575b93b1a2326c36d67f45be9 /source4/lib/talloc/talloc_guide.txt | |
parent | d8e28e1f6d6af2c1d196bc6707aeb8940fd73e31 (diff) | |
download | samba-42cf31f3c695913b68500302ebb2dc6cd0df4464.tar.gz samba-42cf31f3c695913b68500302ebb2dc6cd0df4464.tar.bz2 samba-42cf31f3c695913b68500302ebb2dc6cd0df4464.zip |
r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
(This used to be commit 9b991ce9ca28b3d88c778305ec5f681506162637)
Diffstat (limited to 'source4/lib/talloc/talloc_guide.txt')
-rw-r--r-- | source4/lib/talloc/talloc_guide.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/talloc_guide.txt b/source4/lib/talloc/talloc_guide.txt index 8b252e4ab9..6481b58611 100644 --- a/source4/lib/talloc/talloc_guide.txt +++ b/source4/lib/talloc/talloc_guide.txt @@ -12,7 +12,7 @@ this carefully, as talloc has changed a lot. With 3.0.20 (or 3.0.14?) the Samba4 talloc has been ported back to Samba3, so this guide applies to both. The new talloc is a hierarchical, reference counted memory pool system -with destructors. Quite a mounthful really, but not too bad once you +with destructors. Quite a mouthful really, but not too bad once you get used to it. Perhaps the biggest change from Samba3 is that there is no distinction |