Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/net/lib/libvirtif Add a note explaining why there's...



details:   https://anonhg.NetBSD.org/src/rev/103ec2b863f2
branches:  trunk
changeset: 787809:103ec2b863f2
user:      pooka <pooka%NetBSD.org@localhost>
date:      Thu Jul 04 11:58:11 2013 +0000

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

diffstat:

 sys/rump/net/lib/libvirtif/if_virt.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 852e69b33656 -r 103ec2b863f2 sys/rump/net/lib/libvirtif/if_virt.h
--- a/sys/rump/net/lib/libvirtif/if_virt.h      Thu Jul 04 11:46:51 2013 +0000
+++ b/sys/rump/net/lib/libvirtif/if_virt.h      Thu Jul 04 11:58:11 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index