summaryrefslogtreecommitdiffstats
path: root/usr.bin/tftp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tftp/main.c')
-rw-r--r--usr.bin/tftp/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tftp/main.c b/usr.bin/tftp/main.c
index 669299b..c0f5088 100644
--- a/usr.bin/tftp/main.c
+++ b/usr.bin/tftp/main.c
@@ -80,7 +80,7 @@ __FBSDID("$FreeBSD$");
typedef struct sockaddr_storage peeraddr;
static int connected;
static char mode[32];
-jmp_buf toplevel;
+static jmp_buf toplevel;
volatile int txrx_error;
static int peer;
@@ -89,7 +89,7 @@ static int margc;
static char *margv[MAX_MARGV];
int verbose;
-char *port = NULL;
+static char *port = NULL;
static void get(int, char **);
static void help(int, char **);
OpenPOWER on IntegriCloud