Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
13 lines
368 B
Diff
13 lines
368 B
Diff
diff -ur a/configure.in b/configure.in
|
|
--- a/configure.in 2008-05-23 04:17:56.000000000 -0400
|
|
+++ b/configure.in 2023-06-01 19:16:04.801921924 -0400
|
|
@@ -282,7 +282,7 @@
|
|
#define memmove(d,s,n) bcopy((s),(d),(n))
|
|
#endif
|
|
extern int strcmp();
|
|
-main() {
|
|
+int main() {
|
|
char buf[] = "0123456789";
|
|
memmove(buf + 1, buf, 9);
|
|
if (strcmp(buf, "0012345678")) exit(1);
|