[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 66/68] ddb/db_variables.c: fix near initialization
From: |
Marin Ramesa |
Subject: |
[PATCH 66/68] ddb/db_variables.c: fix near initialization |
Date: |
Fri, 29 Nov 2013 22:54:31 +0100 |
* ddb/db_task_thread.c (db_set_default_thread): New parameter.
* ddb/db_task_thread.h (db_set_default_thread): Likewise.
---
ddb/db_task_thread.c | 3 ++-
ddb/db_task_thread.h | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ddb/db_task_thread.c b/ddb/db_task_thread.c
index 8485909..92d72e4 100644
--- a/ddb/db_task_thread.c
+++ b/ddb/db_task_thread.c
@@ -243,7 +243,8 @@ void
db_set_default_thread(
struct db_variable *vp,
db_expr_t *valuep,
- int flag)
+ int flag,
+ db_var_aux_param_t ap)
{
thread_t thread;
diff --git a/ddb/db_task_thread.h b/ddb/db_task_thread.h
index 0c7fafa..e6ae114 100644
--- a/ddb/db_task_thread.h
+++ b/ddb/db_task_thread.h
@@ -54,7 +54,8 @@ extern void
db_set_default_thread(
struct db_variable *vp,
db_expr_t *valuep,
- int flag);
+ int flag,
+ db_var_aux_param_t ap);
extern void
db_get_task_thread(
--
1.8.1.4
- [PATCH 53/68] Normalize whitespace, (continued)
- [PATCH 53/68] Normalize whitespace, Marin Ramesa, 2013/11/29
- [PATCH 56/68] Remove unnecessary files, Marin Ramesa, 2013/11/29
- [PATCH 58/68] kern/time_stamp.c: remove multimax code, Marin Ramesa, 2013/11/29
- [PATCH 59/68] Type definition, Marin Ramesa, 2013/11/29
- [PATCH 60/68] device/net_io.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 61/68] i386/i386at/kd.c: remove forward declarations, Marin Ramesa, 2013/11/29
- [PATCH 62/68] i386/i386at/model_dep.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 63/68] ipc/ipc_entry.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 65/68] kern/mach_clock.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 64/68] ipc/mach_port.c: remove forward declaration, Marin Ramesa, 2013/11/29
- [PATCH 66/68] ddb/db_variables.c: fix near initialization,
Marin Ramesa <=
- [PATCH 67/68] device/ds_routines.c: fix initialization from incompatible pointer type, Marin Ramesa, 2013/11/29
- [PATCH 68/68] i386/i386at/com.h: include chips/busses.h for struct bus_device, Marin Ramesa, 2013/11/29
- [PATCH 57/68] Remove MACH_TTD code, Marin Ramesa, 2013/11/29
- [PATCH 54/68] Convert from K&R to ANSI, Marin Ramesa, 2013/11/29
- [PATCH 55/68] Declare void argument lists, Marin Ramesa, 2013/11/29