Deleted Added
full compact
30c30
< * $FreeBSD: head/release/picobsd/tinyware/simple_httpd/simple_httpd.c 94135 2002-04-07 17:42:27Z asmodai $
---
> * $FreeBSD: head/release/picobsd/tinyware/simple_httpd/simple_httpd.c 112205 2003-03-13 22:06:10Z dwmalone $
253,254c253,254
< if (setuid(file_status.st_uid)) return(0);
< if (seteuid(file_status.st_uid)) return(0);
---
> if (setuid(file_status.st_uid)) return;
> if (seteuid(file_status.st_uid)) return;
267c267
< return(0);
---
> return;
475c475
< long now;
---
> time_t now;