Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94084
b: refs/heads/master
c: eee3754
h: refs/heads/master
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Apr 28, 2008
1 parent 664d180 commit 9239469
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: 305787e44ebc21d87ab4d4949da5b97d4252aa9b
refs/heads/master: eee3754f5e45bd27e001ea41823bdbcdd0d192d4
2 changes: 1 addition & 1 deletion trunk/fs/ncpfs/ncpsign_kernel.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static void nwsign(char *r_data1, char *r_data2, char *outdata) {
unsigned int w0,w1,w2,w3;
static int rbit[4]={0, 2, 1, 3};
#ifdef __i386__
unsigned int *data2=(int *)r_data2;
unsigned int *data2=(unsigned int *)r_data2;
#else
unsigned int data2[16];
for (i=0;i<16;i++)
Expand Down

0 comments on commit 9239469

Please sign in to comment.