artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b75ea9
)
include stdio.h for sscanf() snprintf()
author
jsg
<jsg@openbsd.org>
Sun, 13 Oct 2024 03:35:59 +0000
(
03:35
+0000)
committer
jsg
<jsg@openbsd.org>
Sun, 13 Oct 2024 03:35:59 +0000
(
03:35
+0000)
usr.bin/rsync/socket.c
patch
|
blob
|
history
diff --git
a/usr.bin/rsync/socket.c
b/usr.bin/rsync/socket.c
index
12cc46a
..
d723d9e
100644
(file)
--- a/
usr.bin/rsync/socket.c
+++ b/
usr.bin/rsync/socket.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: socket.c,v 1.3
3 2022/12/26 19:16:02 jmc
Exp $ */
+/* $OpenBSD: socket.c,v 1.3
4 2024/10/13 03:35:59 jsg
Exp $ */
/*
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@
-31,6
+31,7
@@
#include <string.h>
#include <unistd.h>
#include <err.h>
+#include <stdio.h>
#include "extern.h"