diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-23 10:22:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-23 10:22:15 +0000 |
commit | 7aeabb34dd6a631a9f0bb37e752a92540ddde9bd (patch) | |
tree | 196b2ea7af4144f31e0143b59af83fd1d3a7efcc /libexec/ftp-proxy/Makefile | |
parent | 08177e7aa64a33423c7819180b751557a618760c (diff) |
KNF during an audit; found an improperly initialized sockaddr
Diffstat (limited to 'libexec/ftp-proxy/Makefile')
-rw-r--r-- | libexec/ftp-proxy/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 <bsd.own.mk> |