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.

31 lines
576 B

  1. --- a/lispd/lispd_output.c
  2. +++ b/lispd/lispd_output.c
  3. @@ -26,6 +26,7 @@
  4. * Alberto Rodriguez Natal <arnatal@ac.upc.edu>
  5. */
  6. +#define _GNU_SOURCE 1
  7. #include <assert.h>
  8. --- a/lispd/lispd_input.c
  9. +++ b/lispd/lispd_input.c
  10. @@ -26,6 +26,7 @@
  11. * Alberto Rodriguez Natal <arnatal@ac.upc.edu>
  12. */
  13. +#define _GNU_SOURCE 1
  14. #include "lispd_input.h"
  15. #include "lispd_map_notify.h"
  16. --- a/lispd/lispd_pkt_lib.c
  17. +++ b/lispd/lispd_pkt_lib.c
  18. @@ -28,6 +28,8 @@
  19. *
  20. */
  21. +#define _GNU_SOURCE 1
  22. +
  23. #include "lispd_afi.h"
  24. #include "lispd_pkt_lib.h"
  25. #include "lispd_lib.h"