artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a32a1b0
)
Convert K&R function definition to ansi to make clang 15 happier
author
tb
<tb@openbsd.org>
Fri, 5 May 2023 10:26:50 +0000
(10:26 +0000)
committer
tb
<tb@openbsd.org>
Fri, 5 May 2023 10:26:50 +0000
(10:26 +0000)
games/backgammon/teachgammon/tutor.c
patch
|
blob
|
history
diff --git
a/games/backgammon/teachgammon/tutor.c
b/games/backgammon/teachgammon/tutor.c
index
bd0fab3
..
26ff460
100644
(file)
--- a/
games/backgammon/teachgammon/tutor.c
+++ b/
games/backgammon/teachgammon/tutor.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tutor.c,v 1.
9 2017/01/20 01:12:44 krw
Exp $ */
+/* $OpenBSD: tutor.c,v 1.
10 2023/05/05 10:26:50 tb
Exp $ */
/*
* Copyright (c) 1980, 1993
@@
-146,8
+146,7
@@
clrest(void)
}
int
-brdeq(b1, b2)
- const int *b1, *b2;
+brdeq(const int *b1, const int *b2)
{
const int *e;