Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57077
b: refs/heads/master
c: b00ccd0
h: refs/heads/master
i:
  57075: 8a08463
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed May 29, 2007
1 parent 3c8686f commit 03eb730
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 7189859f28b7064a83b6ab4036bb334279f922c2
refs/heads/master: b00ccd0f0b3fe8776aead63ec96313e84451b337
6 changes: 3 additions & 3 deletions trunk/drivers/serial/suncore.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ void
sunserial_console_termios(struct console *con)
{
char mode[16], buf[16], *s;
char *mode_prop = "ttyX-mode";
char *cd_prop = "ttyX-ignore-cd";
char *dtr_prop = "ttyX-rts-dtr-off";
char mode_prop[] = "ttyX-mode";
char cd_prop[] = "ttyX-ignore-cd";
char dtr_prop[] = "ttyX-rts-dtr-off";
char *ssp_console_modes_prop = "ssp-console-modes";
int baud, bits, stop, cflag;
char parity;
Expand Down

0 comments on commit 03eb730

Please sign in to comment.