Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/lmcctl remove redundant declaration



details:   https://anonhg.NetBSD.org/src/rev/c0f1aef0073a
branches:  trunk
changeset: 503312:c0f1aef0073a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 04 20:06:51 2001 +0000

description:
remove redundant declaration

diffstat:

 sbin/lmcctl/lmcctl.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 827d6d808fdb -r c0f1aef0073a sbin/lmcctl/lmcctl.c
--- a/sbin/lmcctl/lmcctl.c      Sun Feb 04 20:05:20 2001 +0000
+++ b/sbin/lmcctl/lmcctl.c      Sun Feb 04 20:06:51 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lmcctl.c,v 1.2 2000/04/14 06:03:39 simonb Exp $        */
+/*     $NetBSD: lmcctl.c,v 1.3 2001/02/04 20:06:51 christos Exp $      */
 
 /*-
  * Copyright (c) 1997-1999 LAN Media Corporation (LMC)
@@ -55,7 +55,6 @@
 
 #include "extern.h"
 
-void lmc_av9110_freq(u_int32_t, lmc_av9110_t *);
 static void dumpdata(char *, lmc_ctl_t *);
 
 void usage(char *);



Home | Main Index | Thread Index | Old Index