Revert "gnu: inetutils: Update to 2.0."
[jackhill/guix/guix.git] / gnu / packages / patches / fastcap-mulGlobal.patch
1 Don't use timing as there is a type conflict.
2
3 --- nix-build-fastcap-2.0-18Sep92.drv-1/src/mulGlobal.h.orig 2015-07-21 15:58:49.199101566 +0200
4 +++ nix-build-fastcap-2.0-18Sep92.drv-1/src/mulGlobal.h 2015-07-21 16:18:39.456751313 +0200
5 @@ -57,7 +57,7 @@
6 /* time variables/structs */
7 #ifndef _TIME_ /* if not on a Sun4 */
8 #ifndef NEWS /* if not on a NWS-38XX */
9 -#include <time.h>
10 +//#include <time.h>
11 #endif
12 #endif
13