From 01d0929d7e41b25d3c13bf6b1ba609e6033bd5a1 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 4 Feb 2019 04:56:35 +0000 Subject: [PATCH] - convert 'done' to an unsigned, since it is used as one. --- usr.sbin/sdpd/main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/sdpd/main.c b/usr.sbin/sdpd/main.c index c3612eba2c83..d6af657c8b76 100644 --- a/usr.sbin/sdpd/main.c +++ b/usr.sbin/sdpd/main.c @@ -1,4 +1,4 @@ -/* $NetBSD: main.c,v 1.9 2011/08/31 13:32:41 joerg Exp $ */ +/* $NetBSD: main.c,v 1.10 2019/02/04 04:56:35 mrg Exp $ */ /*- * Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -34,7 +34,7 @@ __COPYRIGHT("@(#) Copyright (c) 2009 The NetBSD Foundation, Inc.\ Copyright (c) 2006 Itronix, Inc.\ Copyright (c) 2004 Maksim Yevmenkin m_evmenkin@yahoo.com.\ All rights reserved."); -__RCSID("$NetBSD: main.c,v 1.9 2011/08/31 13:32:41 joerg Exp $"); +__RCSID("$NetBSD: main.c,v 1.10 2019/02/04 04:56:35 mrg Exp $"); #include #include @@ -53,7 +53,7 @@ static bool drop_root (char const *user, char const *group); static void sighandler (int s); __dead static void usage (void); -static bool done; +static unsigned done; /* * Bluetooth Service Discovery Procotol (SDP) daemon