Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 713514 | Differences between
and this patch

Collapse All | Expand All

(-)a/fdm.h (-3 / +2 lines)
Lines 20-26 Link Here
20
#define FDM_H
20
#define FDM_H
21
21
22
#include <sys/param.h>
22
#include <sys/param.h>
23
#include <sys/cdefs.h>
24
#include <sys/stat.h>
23
#include <sys/stat.h>
25
24
26
#ifdef HAVE_QUEUE_H
25
#ifdef HAVE_QUEUE_H
Lines 725-732 size_t strlcat(char *, const char *, size_t); Link Here
725
724
726
#ifndef HAVE_B64_NTOP
725
#ifndef HAVE_B64_NTOP
727
/* base64.c */
726
/* base64.c */
728
int b64_ntop(src, srclength, target, targsize);
727
int b64_ntop(u_char const *, size_t, char *, size_t);
729
int b64_pton(src, target, targsize);
728
int b64_pton(char const *, u_char *, size_t);
730
#endif
729
#endif
731
730
732
/* shm.c */
731
/* shm.c */

Return to bug 713514