diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-06 23:45:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-06 23:45:38 +0000 |
commit | be4f92f1ce8d3c8167b19233cd671886b3f450c0 (patch) | |
tree | b91f2eba833d10f199803793ba22a732015a8ac6 /misc/nut/files/patch-db.c | |
parent | Add icpld-0.5.0, (diff) |
- Update to version 9.7
Diffstat (limited to '')
-rw-r--r-- | misc/nut/files/patch-db.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/nut/files/patch-db.c b/misc/nut/files/patch-db.c new file mode 100644 index 000000000000..a0e01b01aa0b --- /dev/null +++ b/misc/nut/files/patch-db.c @@ -0,0 +1,14 @@ +--- db.c.orig Wed Jan 7 00:42:33 2004 ++++ db.c Wed Jan 7 00:42:41 2004 +@@ -23,11 +23,7 @@ + #include "meal.h" + #include "options.h" + #include "util.h" +-#ifndef DOS +-#include <tgmath.h> +-#else + #include <math.h> +-#endif + #include <stdio.h> + #include <stdlib.h> + #include <string.h> |