diff options
| author | Brian Somers <brian@FreeBSD.org> | 1998-05-23 17:05:28 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1998-05-23 17:05:28 +0000 |
| commit | 86b1f0d762ae636d69499aa77e50c36e7f0c52ef (patch) | |
| tree | 8c90eef83b4fc94fac60b161a6a1365a3457724e /usr.sbin/ppp/link.h | |
| parent | 12d68e37f9b0e7831735b1ab24b5c88b5e1946e9 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ppp/link.h')
| -rw-r--r-- | usr.sbin/ppp/link.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/link.h b/usr.sbin/ppp/link.h index 5186b00e7a60..b03c292693d0 100644 --- a/usr.sbin/ppp/link.h +++ b/usr.sbin/ppp/link.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: link.h,v 1.1.2.11 1998/04/24 19:15:26 brian Exp $ + * $Id: link.h,v 1.2 1998/05/21 21:46:14 brian Exp $ * */ @@ -39,7 +39,7 @@ struct prompt; struct link { int type; /* _LINK type */ - const char *name; /* unique id per link type */ + const char *name; /* Points to datalink::name */ int len; /* full size of parent struct */ struct pppThroughput throughput; /* Link throughput statistics */ struct mqueue Queue[LINK_QUEUES]; /* Our output queue of mbufs */ |
