From 7aeabb34dd6a631a9f0bb37e752a92540ddde9bd Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Thu, 23 May 2002 10:22:15 +0000 Subject: KNF during an audit; found an improperly initialized sockaddr --- libexec/ftp-proxy/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/ftp-proxy/Makefile') diff --git a/libexec/ftp-proxy/Makefile b/libexec/ftp-proxy/Makefile index d03a20324cd..99a2b68d460 100644 --- a/libexec/ftp-proxy/Makefile +++ b/libexec/ftp-proxy/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2001/08/19 04:11:11 beck Exp $ +# $OpenBSD: Makefile,v 1.2 2002/05/23 10:22:14 deraadt Exp $ # @(#)Makefile 8.2 (Berkeley) 4/4/94 PROG= ftp-proxy CFLAGS+=-Wall -Werror -SRCS= ftp-proxy.c getline.c util.c +SRCS= ftp-proxy.c getline.c util.c MAN= ftp-proxy.8 .include -- cgit v1.2.3