patch-2.1.76 linux/include/linux/ppp-comp.h

Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/poll.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.75/linux/include/linux/ppp-comp.h linux/include/linux/ppp-comp.h
@@ -28,7 +28,7 @@
  */
 
 /*
- *  ==FILEVERSION 970501==
+ *  ==FILEVERSION 971024==
  *
  *  NOTE TO MAINTAINERS:
  *     If you modify this file at all, please set the above date.
@@ -120,9 +120,8 @@
  * Don't you just lurve software patents.
  */
 
-#define DECOMP_OK		0	/* no error occured */
-#define DECOMP_ERROR		1	/* error detected before decomp. */
-#define DECOMP_FATALERROR	2	/* error detected after decomp. */
+#define DECOMP_ERROR		-1	/* error detected before decomp. */
+#define DECOMP_FATALERROR	-2	/* error detected after decomp. */
 
 /*
  * CCP codes.

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov