Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274924
Collapse All | Expand All

(-)buffer.h.orig (+2 lines)
Lines 14-19 Link Here
14
#ifndef BUFFER_H
14
#ifndef BUFFER_H
15
#define BUFFER_H
15
#define BUFFER_H
16
16
17
#define buffer_free buffer_free_conflicts_with_dovecot
18
17
typedef struct {
19
typedef struct {
18
	u_char	*buf;		/* Buffer for data. */
20
	u_char	*buf;		/* Buffer for data. */
19
	u_int	 alloc;		/* Number of bytes allocated for data. */
21
	u_int	 alloc;		/* Number of bytes allocated for data. */

Return to bug 274924