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.

13 lines
311 B

  1. Add missing error headers
  2. by Pekka Helenius, 2018
  3. --- a/sockstat.c 2008-06-01 04:52:39.000000000 +0300
  4. +++ b/sockstat.c 2018-10-02 23:29:16.872336139 +0300
  5. @@ -38,6 +38,7 @@
  6. #include <dirent.h>
  7. #include <ctype.h>
  8. #include <errno.h>
  9. +#include <err.h>
  10. #include <pwd.h>
  11. #include <grp.h>
  12. #include <assert.h>