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

Collapse All | Expand All

(-)a/cdrecord/cdrecord.c (-1 / +4 lines)
Lines 61-66 static UConst char sccsid[] = Link Here
61
#include <vms_init.h>
61
#include <vms_init.h>
62
#endif
62
#endif
63
63
64
#if defined(HAVE_MLOCKALL)
65
#include <sys/mman.h>
66
#endif
67
64
#include "version.h"
68
#include "version.h"
65
69
66
char	cdr_version[] = VERSION;
70
char	cdr_version[] = VERSION;
67
- 

Return to bug 903876