From e61691a1db78901af5fb359809ac21ea0297132e Mon Sep 17 00:00:00 2001 From: wpaul Date: Wed, 16 Feb 2005 18:37:14 +0000 Subject: Re-staticize a few functions I un-staticized for debugging purposes on amd64 and accidentally forgot to put back. (Have I mentioned that gdb on amd64 needs work? It does. Boy howdy.) --- usr.sbin/ndiscvt/inf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ndiscvt/inf.c b/usr.sbin/ndiscvt/inf.c index e6389fc..e872d45 100644 --- a/usr.sbin/ndiscvt/inf.c +++ b/usr.sbin/ndiscvt/inf.c @@ -61,7 +61,7 @@ static void dump_deviceids_pci (void); static void dump_deviceids_pcmcia (void); static void dump_pci_id (const char *); static void dump_pcmcia_id (const char *); -/*static*/ void dump_regvals (void); +static void dump_regvals (void); static void dump_paramreg (const struct section *, const struct reg *, int); @@ -559,7 +559,7 @@ dump_paramreg(const struct section *s, const struct reg *r, int devidx) return; } -/*static*/ void +static void dump_regvals(void) { struct assign *manf, *dev; -- cgit v1.1