summaryrefslogtreecommitdiff
path: root/sysdeps/stub/ppp.c
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>2000-02-06 13:21:14 +0000
committerMartin Baulig <martin@src.gnome.org>2000-02-06 13:21:14 +0000
commit2eab7cfc483f2a754cc3ea71e8a6e40289850931 (patch)
treef2edd4e866b4818037c8057ee0eeff2d8ec77b43 /sysdeps/stub/ppp.c
parenta691993a86e1bd7ff4e2aca81ad2f67c213e0090 (diff)
downloadlibgtop-2eab7cfc483f2a754cc3ea71e8a6e40289850931.tar.gz
Removed the `lockfile' argument; we now use a configure check to determine
2000-02-06 Martin Baulig <martin@home-of-linux.org> * include/glibtop/ppp.h (glibtop_get_ppp): Removed the `lockfile' argument; we now use a configure check to determine the modem lockfile. * include/glibtop/error.h (GLIBTOP_ERROR_NEED_MODEM_LOCKFILE): Removed this now obsolete error constant again. * configure.in (--with-modem-lockfile): New configure parameter to manually specify the modem lockfile. (LIBGTOP_MODEM_LOCKFILE): Define this to be a printf-format string for the modem lockfile; takes the interface number as argument.
Diffstat (limited to 'sysdeps/stub/ppp.c')
-rw-r--r--sysdeps/stub/ppp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/stub/ppp.c b/sysdeps/stub/ppp.c
index fdc348e9..a5cd1e0a 100644
--- a/sysdeps/stub/ppp.c
+++ b/sysdeps/stub/ppp.c
@@ -43,7 +43,7 @@ glibtop_init_ppp_s (glibtop *server)
int
glibtop_get_ppp_s (glibtop *server, glibtop_ppp *buf, unsigned short device,
- unsigned short isdn, const char *lockfile)
+ unsigned short isdn)
{
memset (buf, 0, sizeof (glibtop_ppp));