Module Name:    src
Committed By:   pooka
Date:           Thu Jul  4 11:58:11 UTC 2013

Modified Files:
        src/sys/rump/net/lib/libvirtif: if_virt.h

Log Message:
Add a note explaining why there's a homegrown __STRING, __CONCAT, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/rump/net/lib/libvirtif/if_virt.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/rump/net/lib/libvirtif/if_virt.h
diff -u src/sys/rump/net/lib/libvirtif/if_virt.h:1.1 src/sys/rump/net/lib/libvirtif/if_virt.h:1.2
--- src/sys/rump/net/lib/libvirtif/if_virt.h:1.1	Thu Jul  4 11:46:51 2013
+++ src/sys/rump/net/lib/libvirtif/if_virt.h	Thu Jul  4 11:58:11 2013
@@ -1,4 +1,8 @@
-/*	$NetBSD: if_virt.h,v 1.1 2013/07/04 11:46:51 pooka Exp $	*/
+/*	$NetBSD: if_virt.h,v 1.2 2013/07/04 11:58:11 pooka Exp $	*/
+
+/*
+ * NOTE!  This file is supposed to work on !NetBSD platforms.
+ */
 
 #ifndef VIRTIF_BASE
 #error Define VIRTIF_BASE

Reply via email to