aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/fastcap-mulGlobal.patch
blob: efb3b570db04bf177f30778d85fd45e969b38130 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Don't use timing as there is a type conflict.

--- nix-build-fastcap-2.0-18Sep92.drv-1/src/mulGlobal.h.orig	2015-07-21 15:58:49.199101566 +0200
+++ nix-build-fastcap-2.0-18Sep92.drv-1/src/mulGlobal.h	2015-07-21 16:18:39.456751313 +0200
@@ -57,7 +57,7 @@
 /* time variables/structs */
 #ifndef _TIME_                  /* if not on a Sun4 */
 #ifndef NEWS                    /* if not on a NWS-38XX */
-#include <time.h>
+//#include <time.h>
 #endif
 #endif
 
ès 2020-09-29secret-service: Clarify the origin of messages....Ludovic Courtès 2020-09-29image: Add support for compressed-qcow2 format....Mathieu Othacehe 2020-09-21build: shepherd: Check for container support....Mathieu Othacehe 2020-09-10build: linux-container: Fix run-container....Mathieu Othacehe 2020-09-07linux-boot: Handle nfs-root device strings....Stefan 2020-09-02installer: Run the installation inside a container....Mathieu Othacehe 2020-09-02linux-container: Do not jail the container unconditionally....Mathieu Othacehe 2020-09-02install: Factorize cow-store procedure....Mathieu Othacehe 2020-09-01services: Add secret-service-type....Jan (janneke) Nieuwenhuizen 2020-08-25linux-libre: Support module compression....Mathieu Othacehe 2020-07-31file-system: Add mount-may-fail? option....Mathieu Othacehe 2020-07-26file-systems: Add NTFS support....Mathieu Othacehe 2020-07-11image: Do not set journal_model=WAL for the Hurd....Jan (janneke) Nieuwenhuizen 2020-06-27hurd-boot: Mount /proc, add /etc/mtab....Jan (janneke) Nieuwenhuizen 2020-06-27hurd-boot: Remove duplicate calls to 'scope'....Jan (janneke) Nieuwenhuizen 2020-06-22system: image: Remove "image-root" when building raw disk-images....Mathieu Othacehe 2020-06-19hurd-boot: Use 'setxattr' instead of invoking settrans....Jan (janneke) Nieuwenhuizen 2020-06-19hurd-boot: Create individual translators instead of running MAKEDEV....Jan (janneke) Nieuwenhuizen 2020-06-18database: 'register-items' takes an open database....Ludovic Courtès 2020-06-12shepherd: 'read-pid-file/container' terminates the whole process group....Ludovic Courtès 2020-06-12shepherd: Unblock signals in the child process....Ludovic Courtès 2020-06-09activation: Fix function call for system activation...Royce Strange 2020-06-09build: image: Do not call make-essential-device-nodes by default....Mathieu Othacehe 2020-06-08gnu: services: Add %hurd-startup-service....Jan (janneke) Nieuwenhuizen 2020-06-08hurd-boot: Further cleanup of "rc"....Jan (janneke) Nieuwenhuizen 2020-06-08system: Support activation service for the Hurd....Jan (janneke) Nieuwenhuizen 2020-06-08image: Add Hurd support....Mathieu Othacehe 2020-06-08linux-boot: Update 'make-hurd-device-nodes'....Jan (janneke) Nieuwenhuizen 2020-06-06vm: 'expression->derivation-in-linux-vm' always returns a native build....Ludovic Courtès 2020-05-29build: image: Fix initialize-efi-partition docstring....Mathieu Othacehe 2020-05-29image: Use grub-efi to install the EFI bootloader....Mathieu Othacehe 2020-05-29image: Add bootloader installation support....Mathieu Othacehe 2020-05-26image: Add partition file-system options support....Mathieu Othacehe 2020-05-26build: image: Add support for EXT2 and EXT3 file-systems....Mathieu Othacehe 2020-05-20linux-boot: Refactor boot-system....Maxim Cournoyer 2020-05-05Merge branch 'master' into core-updatesMarius Bakke 2020-05-05vm: Remove obsolete procedures....Mathieu Othacehe 2020-05-05image: Add a new API....Mathieu Othacehe 2020-05-05build: bootloader: Add install-efi procedure....Mathieu Othacehe 2020-05-05build: install: Do not set store GID....Mathieu Othacehe 2020-05-05build: install: Ignore chown exceptions....Mathieu Othacehe 2020-05-03file-systems: Fix UTF-16 handling in initrd....Danny Milosavljevic 2020-05-03file-systems: Fix F2FS volume name accessor....Danny Milosavljevic