You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-dialup/kpnadsl4linux/files/kpnadsl4linux-1.11-fno-comm...

14 lines
415 B

--- a/adslstatus.c
+++ b/adslstatus.c
@@ -40,8 +40,8 @@ version 0.13 moved logging to /var/log/kpnadsl4linux (by Sam Besselink <sambesse
#define FOURGB 4294967296.0
/* global variables */
-time_t tmNow;
-uid_t uid;
+extern time_t tmNow;
+extern uid_t uid;
char pppBuf[256]; /* textbuffer containing ppp0 info */
struct stat st; /* contains filestatus of STATFILE */
double received, sent ;