[openssh-commits] [openssh] 02/02: upstream: remove duplicate signal.h include

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Apr 17 09:21:22 AEST 2023


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit ac383f3a5c6f529a2e8a5bc44af79a08c7da294e
Author: jsg at openbsd.org <jsg at openbsd.org>
Date:   Wed Apr 12 14:22:04 2023 +0000

    upstream: remove duplicate signal.h include
    
    OpenBSD-Commit-ID: 30c0a34d74d91ddd0e6992525da70d3293392f70
---
 progressmeter.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/progressmeter.c b/progressmeter.c
index 25da3b2f..4ee968e7 100644
--- a/progressmeter.c
+++ b/progressmeter.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: progressmeter.c,v 1.52 2023/03/08 04:43:12 guenther Exp $ */
+/* $OpenBSD: progressmeter.c,v 1.53 2023/04/12 14:22:04 jsg Exp $ */
 /*
  * Copyright (c) 2003 Nils Nordman.  All rights reserved.
  *
@@ -32,7 +32,6 @@
 #include <errno.h>
 #include <limits.h>
 #include <signal.h>
-#include <signal.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <stdio.h>

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list