From 37cacf3da46f56c1a0bf6623ea3954db6da56aa7 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 25 Sep 2023 21:44:20 +0100 Subject: [PATCH] Added another contributor. --- docs/ACKNOWLEDGEMENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/ACKNOWLEDGEMENTS.md b/docs/ACKNOWLEDGEMENTS.md index 135a6e0..65d23fb 100644 --- a/docs/ACKNOWLEDGEMENTS.md +++ b/docs/ACKNOWLEDGEMENTS.md @@ -87,5 +87,6 @@ is acknowledged and greatly appreciated: * [Wilhelm von Thiele](https://github.com/TurtleWilly) - assisted with OS X cleanups ([#73](https://codeberg.org/a-j-wood/pv/issues/73), [#74](https://codeberg.org/a-j-wood/pv/issues/74)) * Matějů Miroslav, Ing. - suggested fix for ETA and elapsed time faults when suspending and resuming a machine ([#13](https://codeberg.org/a-j-wood/pv/issues/13)) * Anthony DeRobertis - suggested the "`--error-skip-block`" option ([#37](https://codeberg.org/a-j-wood/pv/issues/37)) + * Benoit Pierre - provided patches for compilation without IPC support, without HAVE_STRUCT_STAT_ST_BLKSIZE, and on MacOS ---