diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-24 14:58:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:51 -0500 |
commit | 70b52b02a77c695d32aa57daaeb5689cd6857eba (patch) | |
tree | 4f7bb8f3f645e64b8983e7fd3f439d5c629c975f /source4/lib/replace/README | |
parent | 2a9b65cd17b271ff88fca6bda0bddc6230c2b319 (diff) | |
download | samba-70b52b02a77c695d32aa57daaeb5689cd6857eba.tar.gz samba-70b52b02a77c695d32aa57daaeb5689cd6857eba.tar.bz2 samba-70b52b02a77c695d32aa57daaeb5689cd6857eba.zip |
r10476: Move some more types to libreplace. Fix missing strndup errors
for heimdal
(This used to be commit e09ffdfb1dba289b79ac7e5a638bf5322d45ddc0)
Diffstat (limited to 'source4/lib/replace/README')
-rw-r--r-- | source4/lib/replace/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/replace/README b/source4/lib/replace/README index eb3360b74a..45c8bccf13 100644 --- a/source4/lib/replace/README +++ b/source4/lib/replace/README @@ -51,6 +51,10 @@ pwrite Types: socklen_t +u_int{8,16,32}_t +uint_t +uint{8,16,32,64}_t +int{8,16,32,64}_t Prerequisites: memset (for bzero) |