diff options
Diffstat (limited to 'libkdenetwork/libgpgme-copy/assuan/assuan-uds.c')
-rw-r--r-- | libkdenetwork/libgpgme-copy/assuan/assuan-uds.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libkdenetwork/libgpgme-copy/assuan/assuan-uds.c b/libkdenetwork/libgpgme-copy/assuan/assuan-uds.c index 77945fb50..975d2f2f3 100644 --- a/libkdenetwork/libgpgme-copy/assuan/assuan-uds.c +++ b/libkdenetwork/libgpgme-copy/assuan/assuan-uds.c @@ -45,8 +45,8 @@ #include "assuan-defs.h" #ifdef USE_DESCRIPTOR_PASSING -/* Provide replacement for missing CMSG maccros. We assume that - size_t matches the alignment requirement. */ +/* Provide tqreplacement for missing CMSG maccros. We assume that + size_t matches the tqalignment requirement. */ #define MY_ALIGN(n) ((((n))+ sizeof(size_t)-1) & (size_t)~(sizeof(size_t)-1)) #ifndef CMSG_SPACE #define CMSG_SPACE(n) (MY_ALIGN(sizeof(struct cmsghdr)) + MY_ALIGN((n))) |