mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
526 B

  1. This fixes the error:
  2. Invalid lvalue in assignment
  3. diff -dur netkit-base-0.17-p/inetd/servtab.c netkit-base-0.17/inetd/servtab.c
  4. --- netkit-base-0.17-p/inetd/servtab.c 2000-07-22 22:20:50.000000000 +0200
  5. +++ netkit-base-0.17/inetd/servtab.c 2005-10-19 04:04:33.000000000 +0200
  6. @@ -771,7 +771,7 @@
  7. return;
  8. }
  9. -#define SWAP(type, a, b) {type c=(type)a; (type)a=(type)b; (type)b=(type)c;}
  10. +#define SWAP(type, a, b) {type c=(type)a; a=(type)b; b=(type)c;}
  11. /*
  12. * sep->se_wait may be holding the pid of a daemon