Module Name: src
Committed By: gutteridge
Date: Fri Nov 29 02:56:44 UTC 2024
Modified Files:
src/usr.bin/mkubootimage: crc32.h
Log Message:
crc32.h: add missing RCS ID
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/mkubootimage/crc32.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/mkubootimage/crc32.h
diff -u src/usr.bin/mkubootimage/crc32.h:1.1 src/usr.bin/mkubootimage/crc32.h:1.2
--- src/usr.bin/mkubootimage/crc32.h:1.1 Fri Feb 9 16:10:18 2024
+++ src/usr.bin/mkubootimage/crc32.h Fri Nov 29 02:56:44 2024
@@ -1,3 +1,5 @@
+/* $NetBSD: crc32.h,v 1.2 2024/11/29 02:56:44 gutteridge Exp $ */
+
/*-
* Copyright (c) 2023 The NetBSD Foundation, Inc.
* All rights reserved.