diff options
author | kaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk> | 2004-03-23 11:18:17 +0000 |
---|---|---|
committer | kaf24@scramble.cl.cam.ac.uk <kaf24@scramble.cl.cam.ac.uk> | 2004-03-23 11:18:17 +0000 |
commit | f914ededc51e14f29b074c98eafd845903096c91 (patch) | |
tree | f585f1cf753bb94393335e387eb05fc687280a8c /tools/xc/lib/xc_linux_restore.c | |
parent | e08c905aad06e3a49269d376169be3180dcdd4e4 (diff) | |
download | xen-f914ededc51e14f29b074c98eafd845903096c91.tar.gz xen-f914ededc51e14f29b074c98eafd845903096c91.tar.bz2 xen-f914ededc51e14f29b074c98eafd845903096c91.zip |
bitkeeper revision 1.824 (40601cf9uRnKyyagj6umr4Oaf_-gWQ)
Many files:
xeno -> xen renames.
xen_proc.c:
Rename: xenolinux-2.4.25-sparse/arch/xen/lib/xeno_proc.c -> xenolinux-2.4.25-sparse/arch/xen/lib/xen_proc.c
xen_proc.h:
Rename: xenolinux-2.4.25-sparse/include/asm-xen/xeno_proc.h -> xenolinux-2.4.25-sparse/include/asm-xen/xen_proc.h
Xen-HOWTO.txt:
Rename: docs/Xeno-HOWTO.txt -> docs/Xen-HOWTO.txt
Diffstat (limited to 'tools/xc/lib/xc_linux_restore.c')
-rw-r--r-- | tools/xc/lib/xc_linux_restore.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xc/lib/xc_linux_restore.c b/tools/xc/lib/xc_linux_restore.c index f0a2127bcc..c82bb5c10d 100644 --- a/tools/xc/lib/xc_linux_restore.c +++ b/tools/xc/lib/xc_linux_restore.c @@ -1,13 +1,13 @@ /****************************************************************************** * xc_linux_restore.c * - * Restore the state of a Xenolinux session. + * Restore the state of a Linux session. * * Copyright (c) 2003, K A Fraser. */ #include "xc_private.h" -#include <asm-xeno/suspend.h> +#include <asm-xen/suspend.h> #include <zlib.h> /* This may allow us to create a 'quiet' command-line option, if necessary. */ |