15 lines
439 B
Text
15 lines
439 B
Text
$NetBSD: patch-at,v 1.1 2006/02/18 21:27:57 wiz Exp $
|
|
|
|
--- src/common/tifftypes.h.orig 2004-10-27 23:23:47.000000000 +0000
|
|
+++ src/common/tifftypes.h
|
|
@@ -2,4 +2,4 @@
|
|
/* The following is lifted straight out of tiff.h */
|
|
-#ifndef _TIFF_DATA_TYPEDEFS_
|
|
-#define _TIFF_DATA_TYPEDEFS_
|
|
+#ifndef _TIFF_
|
|
+#define _TIFF_
|
|
/*
|
|
@@ -26,2 +26,2 @@ typedef unsigned long uint32; /* sizeof
|
|
#endif
|
|
-#endif /* _TIFF_DATA_TYPEDEFS_ */
|
|
+#endif /* _TIFF_ */
|