pre3
Removed offending line from ppp.h
This commit is contained in:
@@ -29,7 +29,7 @@ AC_CONFIG_AUX_DIR(config)
|
|||||||
AC_CANONICAL_SYSTEM
|
AC_CANONICAL_SYSTEM
|
||||||
|
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(iftop, "0.17pre2")
|
AM_INIT_AUTOMAKE(iftop, "0.17pre3")
|
||||||
|
|
||||||
AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])
|
AC_DEFINE_UNQUOTED(IFTOP_VERSION, "$VERSION", [The iftop version number])
|
||||||
|
|
||||||
|
|||||||
2
ppp.h
2
ppp.h
@@ -57,5 +57,3 @@
|
|||||||
#define PPP_BACP 0xc02b /* Bandwidth Allocation Control Protocol */
|
#define PPP_BACP 0xc02b /* Bandwidth Allocation Control Protocol */
|
||||||
#define PPP_BAP 0xc02d /* BAP */
|
#define PPP_BAP 0xc02d /* BAP */
|
||||||
#define PPP_MP 0xc03d /* Multi-Link */
|
#define PPP_MP 0xc03d /* Multi-Link */
|
||||||
|
|
||||||
extern struct tok ppptype2str[];
|
|
||||||
|
|||||||
Reference in New Issue
Block a user