Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290821
b: refs/heads/master
c: ace30d7
h: refs/heads/master
i:
  290819: d2707cf
v: v3
  • Loading branch information
Eric Dumazet authored and Pablo Neira Ayuso committed Mar 7, 2012
1 parent 044ff20 commit fbab97f
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: 24de58f465165298aaa8f286b2592f0163706cfe
refs/heads/master: ace30d73ef09fd5f95b24c5c1c5aa11963981494
2 changes: 1 addition & 1 deletion trunk/include/net/netfilter/xt_log.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ struct sbuff {
};
static struct sbuff emergency, *emergency_ptr = &emergency;

static int sb_add(struct sbuff *m, const char *f, ...)
static __printf(2, 3) int sb_add(struct sbuff *m, const char *f, ...)
{
va_list args;
int len;
Expand Down

0 comments on commit fbab97f

Please sign in to comment.