diff options
author | emaste <emaste@FreeBSD.org> | 2016-10-24 01:22:01 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2016-10-24 01:22:01 +0000 |
commit | 5bfa0fd12817c6fb8a546d52473156175cd9d2e5 (patch) | |
tree | f4ec9c169da5d89439055c0d0c7b3c5841264325 /sys/netinet/tcp_usrreq.c | |
parent | aa07c9ed3b22918e62431c511f22f484090886e5 (diff) | |
download | FreeBSD-src-5bfa0fd12817c6fb8a546d52473156175cd9d2e5.zip FreeBSD-src-5bfa0fd12817c6fb8a546d52473156175cd9d2e5.tar.gz |
MFC r307522: makesyscalls.sh: remove trailing space on the "created from" line
In r10905 and r10906 makesyscalls was modified to avoid emitting a
literal $Id$ string in the generated file, with:
gsub("[$]Id: ", "", $0)
gsub(" [$]", "", $0)
Then r11294 added some functionality and also tried to address the $Id$
problem in a different way, by removing every $:
sed -e 's/\$//g ...
This rendered the gsub infeffective. The gsub was later updated to
track the $Id$ -> $FreeBSD$ switch, even though it did not do anything.
Revert the addition of the s/\$//g, and update the gsub to keep the
resulting format the same.
Diffstat (limited to 'sys/netinet/tcp_usrreq.c')
0 files changed, 0 insertions, 0 deletions