From 4d1d0113fd3309aac30b2dd1d443bf7c7d5f0a3d Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 17 Dec 1999 18:44:15 +0000 Subject: Reworked the source so it will compile and run under glibc 2.0.7 and linux kernel 2.0.36 (though the dubious reasons why someone would want to do that defy imagination ;) -Erik --- dd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dd.c') diff --git a/dd.c b/dd.c index 90c1004..bc01eed 100644 --- a/dd.c +++ b/dd.c @@ -33,7 +33,7 @@ #include #include #include -#if (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1) +#if (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) #include #else typedef unsigned long long int uintmax_t; -- cgit v1.1