aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/diff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
committerWarner Losh <imp@FreeBSD.org>2023-08-16 17:54:16 +0000
commitb3e7694832e81d7a904a10f525f8797b753bf0d3 (patch)
treeb19639e949c04734767a61d8997b23a935c0015d /usr.bin/diff
parent95ee2897e98f5d444f26ed2334cc7c439f9c16c6 (diff)
downloadsrc-b3e7694832e81d7a904a10f525f8797b753bf0d3.tar.gz
src-b3e7694832e81d7a904a10f525f8797b753bf0d3.zip
Diffstat (limited to 'usr.bin/diff')
-rw-r--r--usr.bin/diff/pr.h2
-rw-r--r--usr.bin/diff/xmalloc.h2
2 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/diff/pr.h b/usr.bin/diff/pr.h
index e442d5fd4423..2ff5949f282f 100644
--- a/usr.bin/diff/pr.h
+++ b/usr.bin/diff/pr.h
@@ -22,8 +22,6 @@
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 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 <sys/event.h>
diff --git a/usr.bin/diff/xmalloc.h b/usr.bin/diff/xmalloc.h
index 4f4f9ffbaf13..21396717fa48 100644
--- a/usr.bin/diff/xmalloc.h
+++ b/usr.bin/diff/xmalloc.h
@@ -14,8 +14,6 @@
* software must be clearly marked as such, and if the derived work is
* incompatible with the protocol description in the RFC file, it must be
* called by a name other than "ssh" or "Secure Shell".
- *
- * $FreeBSD$
*/
#ifndef XMALLOC_H