Changes in trunk/src/sh_err_console.c [22:1]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_err_console.c
r22 r1 112 112 /* Enable the message queue 113 113 */ 114 int enable_msgq(c onst char * foo)114 int enable_msgq(char * foo) 115 115 { 116 116 int i; … … 234 234 /* ---- Set the console device. ---- 235 235 */ 236 int sh_log_set_console (c onst char * address)236 int sh_log_set_console (char * address) 237 237 { 238 238 SL_ENTER(_("sh_log_set_console"));
Note:
See TracChangeset
for help on using the changeset viewer.