Module Name: src Committed By: riastradh Date: Sun Aug 26 16:54:38 UTC 2018
Modified Files: src/sys/sys: sdt.h Log Message: sdt.h deserves an RCS id like all the other header files. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/sys/sdt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/sdt.h diff -u src/sys/sys/sdt.h:1.9 src/sys/sys/sdt.h:1.10 --- src/sys/sys/sdt.h:1.9 Fri Aug 24 16:37:19 2018 +++ src/sys/sys/sdt.h Sun Aug 26 16:54:38 2018 @@ -1,3 +1,5 @@ +/* $NetBSD: sdt.h,v 1.10 2018/08/26 16:54:38 riastradh Exp $ */ + /*- * Copyright 2006-2008 John Birrell <j...@freebsd.org> *