tools: update outdated header comment on privcmd.h
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 1 Dec 2015 19:27:54 +0000 (13:27 -0600)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 2 Dec 2015 15:24:14 +0000 (15:24 +0000)
The BSDs have always accessed privcmd via /dev/xen/privcmd while Linux
has used /proc/xen/privcmd but things are shifting to /dev/xen/privcmd
as well.

CC: Ian Jackson <ian.jackson@eu.citrix.com>
CC: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
CC: Ian Campbell <ian.campbell@citrix.com>
CC: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/include/xen-sys/FreeBSD/privcmd.h
tools/include/xen-sys/Linux/privcmd.h
tools/include/xen-sys/NetBSD/privcmd.h
tools/include/xen-sys/NetBSDRump/privcmd.h

index 0434d4d6421dc33772aa3cfe20fce0564c1b6c91..cf1241f039d7b29f3f92c872dd3658809381ad9d 100644 (file)
@@ -1,7 +1,7 @@
 /******************************************************************************
  * privcmd.h
  *
- * Interface to /proc/xen/privcmd.
+ * Interface to /dev/xen/privcmd.
  *
  * Copyright (c) 2003-2005, K A Fraser
  *
index 5be860af3913926d82e37db46d2f212902e884a1..e4e666a29a25037424ff884f6bbd20fee555d48f 100644 (file)
@@ -1,7 +1,7 @@
 /******************************************************************************
  * privcmd.h
  * 
- * Interface to /proc/xen/privcmd.
+ * Interface to /dev/xen/privcmd.
  * 
  * Copyright (c) 2003-2005, K A Fraser
  * 
index 1296b30e5f7d499c6cbb332adc27e31a1d059b00..555bad973eb59236e0a14bb32a5ae4540bbec36f 100644 (file)
@@ -30,7 +30,7 @@
 #ifndef __NetBSD_PRIVCMD_H__
 #define __NetBSD_PRIVCMD_H__
 
-/* Interface to /proc/xen/privcmd */
+/* Interface to /dev/xen/privcmd */
 
 typedef struct privcmd_hypercall
 {
index 1296b30e5f7d499c6cbb332adc27e31a1d059b00..555bad973eb59236e0a14bb32a5ae4540bbec36f 100644 (file)
@@ -30,7 +30,7 @@
 #ifndef __NetBSD_PRIVCMD_H__
 #define __NetBSD_PRIVCMD_H__
 
-/* Interface to /proc/xen/privcmd */
+/* Interface to /dev/xen/privcmd */
 
 typedef struct privcmd_hypercall
 {