Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/brconfig constness doesn't increase by applying more co...
details: https://anonhg.NetBSD.org/src/rev/b3ddcb7cd0cb
branches: trunk
changeset: 338519:b3ddcb7cd0cb
user: joerg <joerg%NetBSD.org@localhost>
date: Thu May 28 20:14:00 2015 +0000
description:
constness doesn't increase by applying more const.
diffstat:
sbin/brconfig/brconfig.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 62a50403c239 -r b3ddcb7cd0cb sbin/brconfig/brconfig.c
--- a/sbin/brconfig/brconfig.c Thu May 28 19:13:53 2015 +0000
+++ b/sbin/brconfig/brconfig.c Thu May 28 20:14:00 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: brconfig.c,v 1.15 2015/05/28 01:35:31 matt Exp $ */
+/* $NetBSD: brconfig.c,v 1.16 2015/05/28 20:14:00 joerg Exp $ */
/*
* Copyright 2001 Wasabi Systems, Inc.
@@ -43,7 +43,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: brconfig.c,v 1.15 2015/05/28 01:35:31 matt Exp $");
+__RCSID("$NetBSD: brconfig.c,v 1.16 2015/05/28 20:14:00 joerg Exp $");
#endif
@@ -411,7 +411,7 @@
static void
show_interfaces(int sock, const char *bridge, const char *prefix)
{
- static const char const stpstates[][11] = {
+ static const char stpstates[][11] = {
"disabled",
"listening",
"learning",
Home |
Main Index |
Thread Index |
Old Index