git: c5820184feb6 - stable/13 - diff: remove stalled entries in headers

Baptiste Daroussin bapt at FreeBSD.org
Wed May 5 08:38:20 UTC 2021


The branch stable/13 has been updated by bapt:

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

commit c5820184feb6c76516da025233b6ac9be8eaf14d
Author:     Baptiste Daroussin <bapt at FreeBSD.org>
AuthorDate: 2021-01-27 11:13:47 +0000
Commit:     Baptiste Daroussin <bapt at FreeBSD.org>
CommitDate: 2021-05-05 08:37:08 +0000

    diff: remove stalled entries in headers
    
    (cherry picked from commit 931ad51808a650fd28be27210f25ba05d8e71199)
---
 usr.bin/diff/diff.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/usr.bin/diff/diff.h b/usr.bin/diff/diff.h
index 1974b5cc08d6..b5536bd7bf77 100644
--- a/usr.bin/diff/diff.h
+++ b/usr.bin/diff/diff.h
@@ -102,9 +102,6 @@ extern regex_t	ignore_re;
 
 char	*splice(char *, char *);
 int	diffreg(char *, char *, int, int);
-int	easprintf(char **, const char *, ...);
-void	*emalloc(size_t);
-void	*erealloc(void *, size_t);
 void	diffdir(char *, char *, int);
 void	print_only(const char *, size_t, const char *);
 void	print_status(int, char *, char *, const char *);


More information about the dev-commits-src-all mailing list