]> git.ozlabs.org Git - ppp.git/commitdiff
link_connect_time is now unsigned
authorFrank Cusack <fcusack@fcusack.com>
Sun, 27 Oct 2002 12:30:54 +0000 (12:30 +0000)
committerFrank Cusack <fcusack@fcusack.com>
Sun, 27 Oct 2002 12:30:54 +0000 (12:30 +0000)
pppd/pppd.h

index 90f74466bea38c3674d9428b14bf9adab34857e4..35cf85bf2ca51ef7fca09689c3a5078de14b2276 100644 (file)
@@ -16,7 +16,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * $Id: pppd.h,v 1.75 2002/10/10 05:47:34 fcusack Exp $
+ * $Id: pppd.h,v 1.76 2002/10/27 12:30:54 fcusack Exp $
  */
 
 /*
@@ -207,7 +207,7 @@ extern GIDSET_TYPE groups[NGROUPS_MAX];     /* groups the user is in */
 extern int     ngroups;        /* How many groups valid in groups */
 extern struct pppd_stats link_stats; /* byte/packet counts etc. for link */
 extern int     link_stats_valid; /* set if link_stats is valid */
-extern int     link_connect_time; /* time the link was up for */
+extern unsigned        link_connect_time; /* time the link was up for */
 extern int     using_pty;      /* using pty as device (notty or pty opt.) */
 extern int     log_to_fd;      /* logging to this fd as well as syslog */
 extern bool    log_default;    /* log_to_fd is default (stdout) */