Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107493
b: refs/heads/master
c: 4744b43
h: refs/heads/master
i:
  107491: 5a1d1c5
v: v3
  • Loading branch information
Tim Bird authored and David Woodhouse committed Aug 1, 2008
1 parent a40683a commit fdcaf1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 3669bc143fb3d389918379547f4a6b28a757b7fe
refs/heads/master: 4744b43431e8613f920c5cba88346756f53c5165
2 changes: 1 addition & 1 deletion trunk/include/linux/vt_kern.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ void con_protect_unimap(struct vc_data *vc, int rdonly);
int con_copy_unimap(struct vc_data *dst_vc, struct vc_data *src_vc);

#define vc_translate(vc, c) ((vc)->vc_translate[(c) | \
(vc)->vc_toggle_meta ? 0x80 : 0])
((vc)->vc_toggle_meta ? 0x80 : 0)])
#else
#define con_set_trans_old(arg) (0)
#define con_get_trans_old(arg) (-EINVAL)
Expand Down

0 comments on commit fdcaf1f

Please sign in to comment.