Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3373
b: refs/heads/master
c: 77617bd
h: refs/heads/master
i:
  3371: 8855f99
v: v3
  • Loading branch information
Domen Puncer authored and Linus Torvalds committed Jun 25, 2005
1 parent 1246045 commit 3f242e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 3f3ae3471f4c5921274c3869eef21b5611e85b50
refs/heads/master: 77617bd8068470556049ebcdd0625acc7ab71a2b
8 changes: 4 additions & 4 deletions trunk/arch/i386/kernel/apm.c
Original file line number Diff line number Diff line change
Expand Up @@ -346,10 +346,10 @@ extern int (*console_blank_hook)(int);
struct apm_user {
int magic;
struct apm_user * next;
int suser: 1;
int writer: 1;
int reader: 1;
int suspend_wait: 1;
unsigned int suser: 1;
unsigned int writer: 1;
unsigned int reader: 1;
unsigned int suspend_wait: 1;
int suspend_result;
int suspends_pending;
int standbys_pending;
Expand Down

0 comments on commit 3f242e4

Please sign in to comment.