summaryrefslogtreecommitdiffstats
path: root/sbin/ifconfig/ifconfig.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-05-29 09:13:44 +0000
committerphk <phk@FreeBSD.org>2001-05-29 09:13:44 +0000
commitde9bff5d04a6648d18315758ba3fc3c56bef1f05 (patch)
tree03e1c73f9af3dbf790af67ceca6eb7b4e7f06af2 /sbin/ifconfig/ifconfig.h
parentb7bd9d6b28334d79ebd3b8ca19c21cf54a4e5c21 (diff)
downloadFreeBSD-src-de9bff5d04a6648d18315758ba3fc3c56bef1f05.zip
FreeBSD-src-de9bff5d04a6648d18315758ba3fc3c56bef1f05.tar.gz
When using interfaces that support if_media, the supported media list is
printed on a single, very long, and generally unreadable line. This isn't very useful. It's also really ugly and most of the time you don't care what media is supported anyway. PR: 27701 Submitted by: Brooks Davis <brooks@one-eyed-alien.net>
Diffstat (limited to 'sbin/ifconfig/ifconfig.h')
-rw-r--r--sbin/ifconfig/ifconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.h b/sbin/ifconfig/ifconfig.h
index 4931643..f5c3325 100644
--- a/sbin/ifconfig/ifconfig.h
+++ b/sbin/ifconfig/ifconfig.h
@@ -38,6 +38,7 @@ extern struct ifreq ifr;
extern char name[32]; /* name of interface */
extern int allmedia;
+extern int supmedia;
struct afswtch;
extern void setmedia(const char *, int, int, const struct afswtch *rafp);
OpenPOWER on IntegriCloud