Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17039
b: refs/heads/master
c: 7019e7e
h: refs/heads/master
i:
  17037: 24e91cd
  17035: bcdf36f
  17031: d177600
  17023: 4535d02
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Jan 9, 2006
1 parent 90ce834 commit 3a17548
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 6e21bd9a30f1d7eab26ef8b9259376e5322d89e5
refs/heads/master: 7019e7e41e34388cb87a5f0e3d05e92992418f34
3 changes: 2 additions & 1 deletion trunk/drivers/isdn/hardware/eicon/os_4bri.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "diva_pci.h"
#include "mi_pc.h"
#include "dsrv4bri.h"
#include "helpers.h"

static void *diva_xdiLoadFileFile = NULL;
static dword diva_xdiLoadFileLength = 0;
Expand Down Expand Up @@ -815,7 +816,7 @@ diva_4bri_cmd_card_proc(struct _diva_os_xdi_adapter *a,
return (ret);
}

void *xdiLoadFile(char *FileName, unsigned long *FileLength,
void *xdiLoadFile(char *FileName, dword *FileLength,
unsigned long lim)
{
void *ret = diva_xdiLoadFileFile;
Expand Down

0 comments on commit 3a17548

Please sign in to comment.