Add forward declarations. --- fasthenry-3.0/src/fasthenry/sparse/spSolve.c.orig 2015-07-22 12:06:20.502771958 +0200 +++ fasthenry-3.0/src/fasthenry/sparse/spSolve.c 2015-07-22 12:12:03.822798513 +0200 @@ -95,6 +95,7 @@ #include "spDefs.h" +static void SolveComplexMatrix( MatrixPtr, RealVector, RealVector ); >
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/docker.scm
AgeCommit message (Expand)Author
2022-07-13services: docker: Fix race condition....Oleg Pykhalov
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-11-17services: docker: Add 'environment-variables' configuration field....Alexey Abramov
2021-07-29services: Migrate to <setuid-program>....Brice Waegeneire
2021-05-08services: docker: Disable configuration serialization....Maxim Cournoyer
2020-10-17services: docker: Fix missing containerd-shim binary....Oleg Pykhalov
2020-09-23services: docker: Fix configuration....Oleg Pykhalov
2020-09-21services: Docker: Fix typo in configuration....Efraim Flashner
2020-09-21services: docker: Fix enable-proxy? option....Jesse Dowell
2020-09-15services: docker: Fix service definition....Oleg Pykhalov
2020-09-14services: docker: Fix service definition....Efraim Flashner
2020-09-14services: docker: Make docker command available....Efraim Flashner