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.

26 lines
565 B

  1. From efa0a18b5dfd827792b07acdcb35101229ccf612 Mon Sep 17 00:00:00 2001
  2. From: Yousong Zhou <yszhou4tech@gmail.com>
  3. Date: Wed, 29 Apr 2015 10:32:37 +0800
  4. Subject: [PATCH 201/210] xl2tpd-control: define _GNU_SOURCE to use fmemopen()
  5. and friends.
  6. ---
  7. xl2tpd-control.c | 2 ++
  8. 1 file changed, 2 insertions(+)
  9. diff --git a/xl2tpd-control.c b/xl2tpd-control.c
  10. index e5904d8..9b6235d 100644
  11. --- a/xl2tpd-control.c
  12. +++ b/xl2tpd-control.c
  13. @@ -10,6 +10,8 @@
  14. *
  15. */
  16. +#define _GNU_SOURCE
  17. +
  18. #include <stdio.h>
  19. #include <string.h>
  20. #include <stdarg.h>
  21. --
  22. 1.7.10.4