summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-09-17 05:59:00 +0000
committerPaul Mackerras <paulus@samba.org>1999-09-17 05:59:00 +0000
commitf37d7882ebe661372dd691264128e0e679d1a3a5 (patch)
tree87adcee61d65fe433750909c261be3d71dd5ac01 /modules
parent1e8f5d7e70232ca30ca317894fcacdfb8f271d24 (diff)
downloadppp-f37d7882ebe661372dd691264128e0e679d1a3a5.tar.gz
need the os variable when NO_DLPI is defined
Diffstat (limited to 'modules')
-rw-r--r--modules/ppp.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/ppp.c b/modules/ppp.c
index d033f6e..f0318f1 100644
--- a/modules/ppp.c
+++ b/modules/ppp.c
@@ -24,7 +24,7 @@
* OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
* OR MODIFICATIONS.
*
- * $Id: ppp.c,v 1.21 1999/09/15 23:49:05 masputra Exp $
+ * $Id: ppp.c,v 1.22 1999/09/17 05:59:00 paulus Exp $
*/
/*
@@ -572,6 +572,9 @@ pppuwput(q, mp)
#ifdef PRIOQ
queue_t *tlq;
#endif /* PRIOQ */
+#ifdef NO_DLPI
+ upperstr_t *os;
+#endif
us = (upperstr_t *) q->q_ptr;
if (us == 0) {