CC: hostapd: update to version 2016-06-15
[15.05/openwrt.git] / package / network / services / hostapd / patches / 120-daemonize_fix.patch
index fad8466..0389406 100644 (file)
 +      if (chdir("/") < 0)
                return -1;
 -      }
--
 -      return 0;
 -}
 -#else /* __APPLE__ */
 -#define os_daemon daemon
 -#endif /* __APPLE__ */
+-
 -
 -int os_daemonize(const char *pid_file)
 -{