logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git

0008-Remove-remaining-uses-of-glib.patch (515B)


  1. From 08fa01f1e9cc564b9ace1872823fea40cd41d717 Mon Sep 17 00:00:00 2001
  2. From: Michael Forney <mforney@mforney.org>
  3. Date: Sun, 5 Jun 2016 18:24:31 -0700
  4. Subject: [PATCH] Remove remaining uses of glib
  5. ---
  6. sshfs.c | 1 -
  7. 1 file changed, 1 deletion(-)
  8. diff --git a/sshfs.c b/sshfs.c
  9. index 472f98c..a7bcc87 100644
  10. --- a/sshfs.c
  11. +++ b/sshfs.c
  12. @@ -44,7 +44,6 @@
  13. #include <poll.h>
  14. #include <netinet/in.h>
  15. #include <netinet/tcp.h>
  16. -#include <glib.h>
  17. #include <pwd.h>
  18. #include <grp.h>
  19. #include <limits.h>
  20. --
  21. 2.24.0