On Mon, 16 Jun 2014, Alexander Nasonov wrote:
Log Message: Add __RCSID.
+#if !defined(lint) +__RCSID("$NetBSD: rumpuser_bio.c,v 1.8 2014/06/16 21:07:28 alnsn Exp $"); +#endif /* !lint */
Some historical uses of __RCSID have an unnecessary #if/#endif wrapper around them, but for new uses, please just write __RCSID(...); without any #if/#endif wrapper. --apb (Alan Barrett)