From 975fba8a24263006afbbb4e38dd6bf515bdf4b43 Mon Sep 17 00:00:00 2001 From: dillon Date: Thu, 28 Jan 1999 00:57:57 +0000 Subject: Fix warnings in preparation for adding -Wall -Wcast-qual to the kernel compile --- sys/netatm/uni/sscop.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/netatm/uni') diff --git a/sys/netatm/uni/sscop.c b/sys/netatm/uni/sscop.c index bfd37bd..b4fb6e2 100644 --- a/sys/netatm/uni/sscop.c +++ b/sys/netatm/uni/sscop.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: sscop.c,v 1.2 1998/09/17 09:35:01 phk Exp $ + * @(#) $Id: sscop.c,v 1.3 1998/10/31 20:07:00 phk Exp $ * */ @@ -44,7 +44,7 @@ #include #ifndef lint -__RCSID("@(#) $Id: sscop.c,v 1.2 1998/09/17 09:35:01 phk Exp $"); +__RCSID("@(#) $Id: sscop.c,v 1.3 1998/10/31 20:07:00 phk Exp $"); #endif @@ -144,7 +144,7 @@ sscop_start() /* * Register stack service */ - if (err = atm_stack_register(&sscop_service)) + if ((err = atm_stack_register(&sscop_service)) != 0) goto done; /* -- cgit v1.1