188fde5d60
remove DOS line endings from patches too. Improves probability of compilation on gcc2 systems.
15 lines
359 B
Text
15 lines
359 B
Text
$NetBSD: patch-ac,v 1.2 2005/03/14 16:20:58 wiz Exp $
|
|
|
|
--- src/compare.c.orig 2005-02-20 16:08:38.000000000 +0100
|
|
+++ src/compare.c
|
|
@@ -15,8 +15,8 @@
|
|
|
|
/* --- Dat library includes --- */
|
|
|
|
-#include "datlib/src/datlib.h"
|
|
-#include "datlib/src/macro.h"
|
|
+#include "DatLib/datlib.h"
|
|
+#include "DatLib/macro.h"
|
|
|
|
|
|
/* --- MAMEDiff definitions and macros --- */
|