[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/4] update outdated header comment on privcmd.h
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@xxxxxxxxxxxxx> CC: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx> CC: Ian Campbell <ian.campbell@xxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx> --- tools/include/xen-sys/FreeBSD/privcmd.h | 2 +- tools/include/xen-sys/Linux/privcmd.h | 2 +- tools/include/xen-sys/NetBSD/privcmd.h | 2 +- tools/include/xen-sys/NetBSDRump/privcmd.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/include/xen-sys/FreeBSD/privcmd.h b/tools/include/xen-sys/FreeBSD/privcmd.h index 0434d4d..cf1241f 100644 --- a/tools/include/xen-sys/FreeBSD/privcmd.h +++ b/tools/include/xen-sys/FreeBSD/privcmd.h @@ -1,7 +1,7 @@ /****************************************************************************** * privcmd.h * - * Interface to /proc/xen/privcmd. + * Interface to /dev/xen/privcmd. * * Copyright (c) 2003-2005, K A Fraser * diff --git a/tools/include/xen-sys/Linux/privcmd.h b/tools/include/xen-sys/Linux/privcmd.h index 5be860a..e4e666a 100644 --- a/tools/include/xen-sys/Linux/privcmd.h +++ b/tools/include/xen-sys/Linux/privcmd.h @@ -1,7 +1,7 @@ /****************************************************************************** * privcmd.h * - * Interface to /proc/xen/privcmd. + * Interface to /dev/xen/privcmd. * * Copyright (c) 2003-2005, K A Fraser * diff --git a/tools/include/xen-sys/NetBSD/privcmd.h b/tools/include/xen-sys/NetBSD/privcmd.h index 1296b30..555bad9 100644 --- a/tools/include/xen-sys/NetBSD/privcmd.h +++ b/tools/include/xen-sys/NetBSD/privcmd.h @@ -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 { diff --git a/tools/include/xen-sys/NetBSDRump/privcmd.h b/tools/include/xen-sys/NetBSDRump/privcmd.h index 1296b30..555bad9 100644 --- a/tools/include/xen-sys/NetBSDRump/privcmd.h +++ b/tools/include/xen-sys/NetBSDRump/privcmd.h @@ -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 { -- 2.4.10 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |