Skip to content
  • Milan Crha's avatar
    Replace _BSD_SOURCE with _DEFAULT_SOURCE define · de4f0e81
    Milan Crha authored
    To avoid compiler warning:
    /usr/include/features.h:148:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
     # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
    de4f0e81