]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/sys-aix4.c
add a few defs
[ppp.git] / pppd / sys-aix4.c
index ac608cd226b4fd2e7763167f5bf02fe112e88ffd..d620b2fa37c46bf99013f5aef10676c75fb76dc2 100644 (file)
@@ -21,7 +21,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: sys-aix4.c,v 1.11 1997/03/04 03:43:52 paulus Exp $";
+static char rcsid[] = "$Id: sys-aix4.c,v 1.12 1997/04/30 05:57:19 paulus Exp $";
 #endif
 
 /*
 #endif
 
 /*
@@ -546,7 +546,7 @@ output(unit, p, len)
     struct pollfd pfd;
 
     if (debug)
     struct pollfd pfd;
 
     if (debug)
-       log_packet(p, len, "sent ");
+       log_packet(p, len, "sent ", LOG_DEBUG);
 
     str.len = len;
     str.buf = (caddr_t) p;
 
     str.len = len;
     str.buf = (caddr_t) p;