diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 11:54:16 -0600 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2023-09-03 23:32:52 +0200 |
| commit | 53df20fa688c61772632dbd71118a2c46604eb53 (patch) | |
| tree | a85380ae534e312152020ed7ce4a6f430e5390ad | |
| parent | b62dbddfdae67667995590ccab4da8d3284f4bd3 (diff) | |
lib/printf: Remove $FreeBSD$: two-line .h pattern
Remove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from FreeBSD commit b3e7694832e81d7a904a10f525f8797b753bf0d3)
| -rw-r--r-- | lib/printf/printfcommon.h | 2 | ||||
| -rw-r--r-- | lib/printf/printflocal.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/printf/printfcommon.h b/lib/printf/printfcommon.h index 623c9d2904..7285e7f5ac 100644 --- a/lib/printf/printfcommon.h +++ b/lib/printf/printfcommon.h @@ -35,8 +35,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ /* diff --git a/lib/printf/printflocal.h b/lib/printf/printflocal.h index bac80e801c..4b030912fe 100644 --- a/lib/printf/printflocal.h +++ b/lib/printf/printflocal.h @@ -30,8 +30,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #include "compiler.h" |
