| Server IP : 82.208.35.60 / Your IP : 216.73.217.116 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/multimedia/dvb-apps/files/ |
Upload File : |
--- util/dvbdate/dvbdate.c.orig 2014-03-21 19:26:36 UTC
+++ util/dvbdate/dvbdate.c
@@ -309,8 +309,8 @@ int atsc_scan_date(time_t *rx_time, unsi
*/
int set_time(time_t * new_time)
{
- if (stime(new_time)) {
- perror("Unable to set time");
+ if (1) {
+ perror("Unable to set time. stime(2) not supported on FreeBSD");
return -1;
}
return 0;