diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 01:43:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-12 01:43:08 +0000 |
commit | f4ae78d536e6dfaeb24c01b331fc38d950ed062b (patch) | |
tree | 6930a78aa7cc4ee1829d50d3bcbaf0dbe9e2e905 /include/linux/if_pppvar.h | |
parent | 66f20d0f9bd86dc11f3869d78f3c5749789323ee (diff) |
Merge with 2.4.0-test4-pre2.
Diffstat (limited to 'include/linux/if_pppvar.h')
-rw-r--r-- | include/linux/if_pppvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h index 7603d29cd..e79239fd3 100644 --- a/include/linux/if_pppvar.h +++ b/include/linux/if_pppvar.h @@ -128,7 +128,7 @@ struct ppp { int sc_xfer; /* PID of reserved PPP table */ char name[16]; /* space for unit name */ struct net_device dev; /* net device structure */ - struct enet_statistics estats; /* more detailed stats */ + struct net_device_stats estats; /* more detailed stats */ /* tty output buffer */ unsigned char obuf[OBUFSIZE]; /* buffer for characters to send */ |