aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2021-05-02 16:27:32 +0000
committerXin LI <delphij@FreeBSD.org>2021-05-16 04:40:41 +0000
commit5a485392c4ccc9a9501219f2f52f6a5264658beb (patch)
treee5ccd1f24f34aa36b2959b7b71b5593608da1620
parent34dad5e91413e7d533f7628d39c2b70cedf9c793 (diff)
downloadsrc-5a485392c4ccc9a9501219f2f52f6a5264658beb.tar.gz
src-5a485392c4ccc9a9501219f2f52f6a5264658beb.zip
usr.bin/patch: remove unneeded header.
(cherry picked from commit 9769f6f808210ddc304bc9e3c55121e6ce4d9075)
-rw-r--r--usr.bin/patch/backupfile.c1
1 files changed, 0 insertions, 1 deletions
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"