ref: bdd3f4c9571ce12e97a3fb35ceff80b26648aa35
parent: fa00691e5b3132ce622f52587d3008fa5d4ec3f8
author: Diego Biurrun <[email protected]>
date: Mon Aug 2 11:38:08 EDT 2010
Use filename as multiple inclusion guard For some reason bsdi_dvd.h does not use the (full) filename as multiple inclusion guard.
--- a/src/bsdi_dvd.h
+++ b/src/bsdi_dvd.h
@@ -2,8 +2,8 @@
* $Id$
*/
-#ifndef DVDCSS_DVD_H
-#define DVDCSS_DVD_H
+#ifndef DVDCSS_BSDI_DVD_H
+#define DVDCSS_BSDI_DVD_H
#include <sys/cdefs.h>
#include <machine/endian.h>
@@ -341,4 +341,4 @@
int error;
} tracktype;
-#endif /* DVDCSS_DVD_H */
+#endif /* DVDCSS_BSDI_DVD_H */