Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/pppoectl Remove duplicate static.
details: https://anonhg.NetBSD.org/src/rev/ff20c0db882e
branches: trunk
changeset: 768872:ff20c0db882e
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sun Aug 28 08:43:02 2011 +0000
description:
Remove duplicate static.
diffstat:
sbin/pppoectl/pppoectl.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f86a43aef0fa -r ff20c0db882e sbin/pppoectl/pppoectl.c
--- a/sbin/pppoectl/pppoectl.c Sun Aug 28 08:41:01 2011 +0000
+++ b/sbin/pppoectl/pppoectl.c Sun Aug 28 08:43:02 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pppoectl.c,v 1.23 2011/08/27 18:44:44 joerg Exp $ */
+/* $NetBSD: pppoectl.c,v 1.24 2011/08/28 08:43:02 mbalmer Exp $ */
/*
* Copyright (c) 1997 Joerg Wunsch
@@ -31,7 +31,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pppoectl.c,v 1.23 2011/08/27 18:44:44 joerg Exp $");
+__RCSID("$NetBSD: pppoectl.c,v 1.24 2011/08/28 08:43:02 mbalmer Exp $");
#endif
@@ -60,7 +60,7 @@
static const char *phase_name(int phase);
static const char *proto_name(int proto);
static const char *authflags(int flags);
-static static void pppoectl_argument(char *arg);
+static void pppoectl_argument(char *arg);
static int hz = 0;
Home |
Main Index |
Thread Index |
Old Index