Date: Tue, 29 Mar 2022 14:20:31 GMT From: "Alfonso S. Siciliano" <asiciliano@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 230811a88361 - main - bsdinstall/distfetch: Remove duplicate header Message-ID: <202203291420.22TEKVeP044819@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by asiciliano: URL: https://cgit.FreeBSD.org/src/commit/?id=230811a88361ba07afce9cc94f4e95750f6a8c69 commit 230811a88361ba07afce9cc94f4e95750f6a8c69 Author: Alfonso S. Siciliano <asiciliano@FreeBSD.org> AuthorDate: 2022-03-29 14:15:28 +0000 Commit: Alfonso S. Siciliano <asiciliano@FreeBSD.org> CommitDate: 2022-03-29 14:19:57 +0000 bsdinstall/distfetch: Remove duplicate header Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D34685 --- usr.sbin/bsdinstall/distfetch/distfetch.c | 1 - 1 file changed, 1 deletion(-) diff --git a/usr.sbin/bsdinstall/distfetch/distfetch.c b/usr.sbin/bsdinstall/distfetch/distfetch.c index 440a708c285f..c5749c07854a 100644 --- a/usr.sbin/bsdinstall/distfetch/distfetch.c +++ b/usr.sbin/bsdinstall/distfetch/distfetch.c @@ -38,7 +38,6 @@ __FBSDID("$FreeBSD$"); #include <errno.h> #include <stdio.h> #include <fetch.h> -#include <stdio.h> #include <stdlib.h> #include <string.h> #include <unistd.h>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203291420.22TEKVeP044819>