b92cd1757b
- There is no configure test for limits.h, just use it. - M_READ is a define pulled in from system headers - s/= =/=/ in a Makefile
14 lines
321 B
Text
14 lines
321 B
Text
$NetBSD: patch-ad,v 1.1 2007/02/05 20:03:19 markd Exp $
|
|
|
|
--- camlibs/digita/digita.c.orig 2007-02-03 18:19:59.857410000 +1300
|
|
+++ camlibs/digita/digita.c
|
|
@@ -26,9 +26,7 @@
|
|
#include <errno.h>
|
|
#include <fcntl.h>
|
|
#include <string.h>
|
|
-#ifdef HAVE_LIMITS_H
|
|
#include <limits.h>
|
|
-#endif
|
|
#ifdef OS2
|
|
#include <db.h>
|
|
#endif
|