From 5feb3d651dbd1b096a26963bd1dffcfe0a5f9eea Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 5 Jun 2013 01:42:05 +0200 Subject: Remove useless initializations to 0 or NULL. They only inflate the .data section of the binary. Initializations to FALSE are still left to do. Signed-off-by: Ralf Baechle --- kiss/net2kiss.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kiss/net2kiss.c') diff --git a/kiss/net2kiss.c b/kiss/net2kiss.c index 04b4032..d3b5234 100644 --- a/kiss/net2kiss.c +++ b/kiss/net2kiss.c @@ -65,10 +65,10 @@ static int fdif, fdpty; static struct ifreq ifr; static char *progname; -static int verbose = 0; -static int i_am_unix98_pty_master = 0; /* unix98 ptmx support */ -static char *namepts = NULL; /* name of the unix98 pts slave, which - * the client has to use */ +static int verbose; +static int i_am_unix98_pty_master; /* unix98 ptmx support */ +static char *namepts; /* name of the unix98 pts slave, which + * the client has to use */ /* --------------------------------------------------------------------- */ -- cgit v1.2.3