Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134565
b: refs/heads/master
c: f8532fd
h: refs/heads/master
i:
  134563: 09014bd
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 16, 2009
1 parent d30a5f6 commit 37990cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 6c2959aa7b81b83c9c4b4cb822bb7c0a637e869a
refs/heads/master: f8532fde95c53e8ef2b5ea44542c82c117d28041
10 changes: 5 additions & 5 deletions trunk/drivers/isdn/mISDN/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@

static u_int *debug;
static LIST_HEAD(iclock_list);
DEFINE_RWLOCK(iclock_lock);
u16 iclock_count; /* counter of last clock */
struct timeval iclock_tv; /* time stamp of last clock */
int iclock_tv_valid; /* already received one timestamp */
struct mISDNclock *iclock_current;
static DEFINE_RWLOCK(iclock_lock);
static u16 iclock_count; /* counter of last clock */
static struct timeval iclock_tv; /* time stamp of last clock */
static int iclock_tv_valid; /* already received one timestamp */
static struct mISDNclock *iclock_current;

void
mISDN_init_clock(u_int *dp)
Expand Down

0 comments on commit 37990cb

Please sign in to comment.