Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62590
b: refs/heads/master
c: 776568d
h: refs/heads/master
v: v3
  • Loading branch information
Ishizaki Kou authored and Paul Mackerras committed Jul 22, 2007
1 parent bd88b06 commit c69c034
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f8eb77d6fbdf13b94bcea48023d4e1dce4b3bffe
refs/heads/master: 776568d4c93fe8def5ab4060344af554fe2b44be
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/xmon/nonstdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ extern char *xmon_gets(char *, int);
extern void xmon_printf(const char *, ...);
extern void xmon_map_scc(void);
extern int xmon_expect(const char *str, unsigned long timeout);
extern int xmon_write(void *ptr, int nb);
extern int xmon_write(const void *ptr, int nb);
extern int xmon_readchar(void);
extern int xmon_read_poll(void);
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/xmon/start.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void xmon_map_scc(void)
{
}

int xmon_write(void *ptr, int nb)
int xmon_write(const void *ptr, int nb)
{
return udbg_write(ptr, nb);
}
Expand Down

0 comments on commit c69c034

Please sign in to comment.