summaryrefslogtreecommitdiff
path: root/debian/patches/console_current_vcs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/console_current_vcs.patch')
-rw-r--r--debian/patches/console_current_vcs.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/debian/patches/console_current_vcs.patch b/debian/patches/console_current_vcs.patch
index db9a2cc6..c905677f 100644
--- a/debian/patches/console_current_vcs.patch
+++ b/debian/patches/console_current_vcs.patch
@@ -11,11 +11,13 @@ Date: Sun Oct 25 20:55:04 2009 +0100
(vcs_repeat_fini): Rename function into...
(current_vcs_fini): ... this.
-diff --git a/console-client/current-vcs.c b/console-client/current-vcs.c
-index a86c670..1b63e0b 100644
+---
+ console-client/current-vcs.c | 14 +++++++-------
+ 1 file changed, 7 insertions(+), 7 deletions(-)
+
--- a/console-client/current-vcs.c
+++ b/console-client/current-vcs.c
-@@ -167,7 +167,7 @@ static struct argp argp = {options, parse_opt, 0, doc};
+@@ -167,7 +167,7 @@ static struct argp argp = {options, pars
/* Initialize the current VCS driver. */
static error_t
@@ -24,7 +26,7 @@ index a86c670..1b63e0b 100644
{
error_t err;
int pos = 1;
-@@ -184,7 +184,7 @@ vcs_repeat_init (void **handle, int no_exit, int argc, char *argv[], int *next)
+@@ -184,7 +184,7 @@ vcs_repeat_init (void **handle, int no_e
}
static error_t
@@ -42,7 +44,7 @@ index a86c670..1b63e0b 100644
{
console_unregister_consnode (vcs_node);
console_destroy_consnode (vcs_node);
-@@ -214,10 +214,10 @@ vcs_repeat_fini (void *handle, int force)
+@@ -214,10 +214,10 @@ vcs_repeat_fini (void *handle, int force
}