]> git.ozlabs.org Git - ppp.git/commitdiff
priority queueing stuff (define bcanputnext)
authorPaul Mackerras <paulus@samba.org>
Tue, 4 Mar 1997 03:32:07 +0000 (03:32 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 4 Mar 1997 03:32:07 +0000 (03:32 +0000)
modules/ppp_mod.h

index dfb0b5f92c50edd74656ddd356d6da3bb1b205c5..5ad478722bedef9cdff1a318b7b3709cfa1e34bf 100644 (file)
@@ -18,6 +18,7 @@
 #define ALLOC_NOSLEEP(n)       kmem_alloc((n), KMEM_NOSLEEP)
 #define FREE(p, n)             kmem_free((p), (n))
 #define NOTSUSER()             (suser()? 0: EPERM)
+#define bcanputnext(q, band)   canputnext((q))
 #endif /* SunOS 4 */
 
 #ifdef __osf__