artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a85b0e4
)
remove duplicate signal.h include
author
jsg
<jsg@openbsd.org>
Wed, 12 Apr 2023 14:22:04 +0000
(14:22 +0000)
committer
jsg
<jsg@openbsd.org>
Wed, 12 Apr 2023 14:22:04 +0000
(14:22 +0000)
usr.bin/ssh/progressmeter.c
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/progressmeter.c
b/usr.bin/ssh/progressmeter.c
index
6b16e6f
..
5a301b4
100644
(file)
--- a/
usr.bin/ssh/progressmeter.c
+++ b/
usr.bin/ssh/progressmeter.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: progressmeter.c,v 1.5
2 2023/03/08 04:43:12 guenther
Exp $ */
+/* $OpenBSD: progressmeter.c,v 1.5
3 2023/04/12 14:22:04 jsg
Exp $ */
/*
* Copyright (c) 2003 Nils Nordman. All rights reserved.
*
@@
-30,7
+30,6
@@
#include <errno.h>
#include <limits.h>
#include <signal.h>
-#include <signal.h>
#include <stdarg.h>
#include <stdlib.h>
#include <stdio.h>