Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 May 2021 04:43:33 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fb2dd85a9483 - stable/11 - usr.bin/patch: remove unneeded header.
Message-ID:  <202105160443.14G4hXTP013865@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/11 has been updated by delphij:

URL: https://cgit.FreeBSD.org/src/commit/?id=fb2dd85a9483b5731d75ace0f29850f1802cfeae

commit fb2dd85a9483b5731d75ace0f29850f1802cfeae
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2021-05-02 16:27:32 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2021-05-16 04:43:24 +0000

    usr.bin/patch: remove unneeded header.
    
    (cherry picked from commit 9769f6f808210ddc304bc9e3c55121e6ce4d9075)
---
 usr.bin/patch/backupfile.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr.bin/patch/backupfile.c b/usr.bin/patch/backupfile.c
index ecdca19e2a71..a35e6fd21dc8 100644
--- a/usr.bin/patch/backupfile.c
+++ b/usr.bin/patch/backupfile.c
@@ -22,7 +22,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include <unistd.h>
 
 #include "backupfile.h"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105160443.14G4hXTP013865>