Added a missing include file (necessary for gid_t and others). So far as I am aware, this has not been added upstream yet. --- CSSC-1.3.0/src/file.h 2010-05-16 19:31:33.000000000 +0200 +++ CSSC-1.3.0/src/file.h 2014-02-03 21:48:30.000000000 +0100 @@ -30,6 +30,7 @@ #ifndef CSSC__FILE_H__ #define CSSC__FILE_H__ +#include #include "filelock.h" enum create_mode { cgit logo index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/nix/nix-daemon
d85'>services: nfs: Add nfs-service-type....
AgeCommit message (Expand)Author
2023-12-11daemon: Implement ‘substitute-urls’ RPC....Ludovic Courtès
2022-04-14daemon: Support systemd-style socket activation....Ludovic Courtès
2021-04-03daemon: Remove dead code....Ludovic Courtès
2021-03-17daemon: Correctly handle '--discover' with no value....Ludovic Courtès
Ricardo Wurmus
2018-10-18services: dhcp-client: Deprecate 'dhcp-client-service' procedure....Ludovic Courtès
2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur
2017-12-06gnu, doc, tests: Use ‘bootloader-configuration’ everywhere....Tobias Geerinckx-Rice