Various compilation scripts & patches for Linux programs.
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.

15 lines
483 B

  1. Description: add a necessary header. (Closes: #518851)
  2. Author: peter green <plugwash@p10link.net>
  3. Last-Update: 2009-04-05
  4. Index: sockstat-0.3/sockstat.c
  5. ===================================================================
  6. --- a/sockstat.c 2009-06-04 11:34:59.051534157 +0800
  7. +++ b/sockstat.c 2009-06-04 11:35:27.283531833 +0800
  8. @@ -41,6 +41,7 @@
  9. #include <pwd.h>
  10. #include <grp.h>
  11. #include <assert.h>
  12. +#include <limits.h>
  13. #define SEARCH_ALL 0x00
  14. #define SEARCH_GID 0x01