From 5193261c3631cca7accbff77d66cd38572d491b6 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Wed, 21 Jul 2021 20:24:57 -0600 Subject: awk: Remove last markings we have on awk We normally don't add $FreeBSD$ to contrib software. However, these changes date back to the CVS era of source code management and have been overlooked. Now that all these files are back to the same as the upstream bsd-features branch, remove the FreeBSD specific changes, which are now just $FreeBSD$ and the (FreeBSD) in the version string. MFC After: 2 weeks Sponsored by: Netflix (cherry picked from commit 5ab82b00cca74feb9d047e9c8aa29e5118810edc) --- contrib/one-true-awk/run.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'contrib/one-true-awk/run.c') diff --git a/contrib/one-true-awk/run.c b/contrib/one-true-awk/run.c index 3342eb274e3a..117fb0748bd8 100644 --- a/contrib/one-true-awk/run.c +++ b/contrib/one-true-awk/run.c @@ -22,9 +22,6 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ****************************************************************/ -#include -__FBSDID("$FreeBSD$"); - #define DEBUG #include #include -- cgit v1.2.3