Skip to content

Commit

Permalink
20120521
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed May 21, 2012
1 parent 15b9184 commit 4a4f00d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.c
@@ -1,4 +1,4 @@
/* $nsh: main.c,v 1.40 2012/05/19 23:59:56 chris Exp $ */ /* $nsh: main.c,v 1.41 2012/05/21 14:47:47 chris Exp $ */
/* /*
* Copyright (c) 2002-2008 Chris Cappuccio <chris@nmedia.net> * Copyright (c) 2002-2008 Chris Cappuccio <chris@nmedia.net>
* *
Expand Down Expand Up @@ -35,7 +35,7 @@ void usage(void);


jmp_buf toplevel; jmp_buf toplevel;


char *vers = "20120519"; char *vers = "20120521";
int bridge = 0; /* bridge mode for interface() */ int bridge = 0; /* bridge mode for interface() */
int verbose = 0; /* verbose mode */ int verbose = 0; /* verbose mode */
int priv = 0; int priv = 0;
Expand Down

0 comments on commit 4a4f00d

Please sign in to comment.