The branch stable/14 has been updated by brooks:

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

commit 74b8927f82b92fd2f1832c84df266a2218061de3
Author:     Brooks Davis <[email protected]>
AuthorDate: 2023-11-27 16:47:22 +0000
Commit:     Brooks Davis <[email protected]>
CommitDate: 2023-12-13 23:08:50 +0000

    bzip2: remove locally added __FBSDID
    
    Reviewed by:    imp
    Differential Revision:  https://reviews.freebsd.org/D42700
    
    (cherry picked from commit ae477ca7da55f76d28859e1bd01cd1051e36f28f)
---
 contrib/bzip2/bzlib.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/contrib/bzip2/bzlib.c b/contrib/bzip2/bzlib.c
index 9496d5abc951..2574a87b2932 100644
--- a/contrib/bzip2/bzlib.c
+++ b/contrib/bzip2/bzlib.c
@@ -28,9 +28,6 @@
      bzBuffToBuffDecompress.  Fixed.
 */
 
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
 #include "bzlib_private.h"
 
 #ifndef BZ_NO_COMPRESS

Reply via email to