summaryrefslogtreecommitdiffstats
path: root/sys/modules/coff
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/coff')
-rw-r--r--sys/modules/coff/Makefile2
-rw-r--r--sys/modules/coff/coff.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/coff/Makefile b/sys/modules/coff/Makefile
index 2295335..a2e032e 100644
--- a/sys/modules/coff/Makefile
+++ b/sys/modules/coff/Makefile
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $Id$
.PATH: ${.CURDIR}/../../sys/i386/ibcs2
KMOD= ibcs2_coff_mod
diff --git a/sys/modules/coff/coff.c b/sys/modules/coff/coff.c
index a635d34..672aa32 100644
--- a/sys/modules/coff/coff.c
+++ b/sys/modules/coff/coff.c
@@ -25,7 +25,7 @@
* (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$
+ * $Id$
*/
#include <sys/param.h>
OpenPOWER on IntegriCloud