From: dtucker@openbsd.org Date: Tue, 11 Jan 2022 02:56:19 +0000 (+0000) Subject: upstream: "void" functions should not return anything. From Tim Rice X-Git-Tag: V_8_9_P1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96da0946e44f34adc0397eb7caa6ec35a3e79891;p=thirdparty%2Fopenssh-portable.git upstream: "void" functions should not return anything. From Tim Rice via -portable. OpenBSD-Commit-ID: ce6616304f4c9881b46413e616b226c306830e2a --- diff --git a/sftp-server.c b/sftp-server.c index f5ea2dc83..436d98f33 100644 --- a/sftp-server.c +++ b/sftp-server.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sftp-server.c,v 1.136 2022/01/08 07:33:54 djm Exp $ */ +/* $OpenBSD: sftp-server.c,v 1.137 2022/01/11 02:56:19 dtucker Exp $ */ /* * Copyright (c) 2000-2004 Markus Friedl. All rights reserved. *