artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
854d339
)
Fix main() definition.
author
mvs
<mvs@openbsd.org>
Sat, 23 Mar 2024 01:35:57 +0000
(
01:35
+0000)
committer
mvs
<mvs@openbsd.org>
Sat, 23 Mar 2024 01:35:57 +0000
(
01:35
+0000)
regress/sys/kern/unixsockets/unixsock_test.c
patch
|
blob
|
history
diff --git
a/regress/sys/kern/unixsockets/unixsock_test.c
b/regress/sys/kern/unixsockets/unixsock_test.c
index
7c91660
..
75e8eaf
100644
(file)
--- a/
regress/sys/kern/unixsockets/unixsock_test.c
+++ b/
regress/sys/kern/unixsockets/unixsock_test.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: unixsock_test.c,v 1.
2 2021/12/15 20:41:28 bluhm
Exp $ */
+/* $OpenBSD: unixsock_test.c,v 1.
3 2024/03/23 01:35:57 mvs
Exp $ */
/* Written by Claudio Jeker in 2011 */
/* Public domain */
#include <sys/types.h>
@@
-77,7
+77,7
@@
struct test {
};
int
-main()
+main(
void
)
{
struct sockaddr_storage ss;
struct sockaddr_un *sun, sun2;