mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
08984a68ae
Noticed by: simokawa@FreeBSD.org
14 lines
376 B
Plaintext
14 lines
376 B
Plaintext
--- Xwnmo/xjutil/jutil.c.orig Thu Jan 21 17:05:44 1993
|
|
+++ Xwnmo/xjutil/jutil.c Sun Apr 11 19:32:58 1999
|
|
@@ -664,10 +664,8 @@
|
|
extern int srand();
|
|
extern long rand();
|
|
#else
|
|
- extern int srandom();
|
|
extern long random();
|
|
#endif
|
|
- extern long time();
|
|
|
|
if(pwd_file == NULL || *pwd_file == 0) return(0);
|
|
if(access(pwd_file, F_OK) != -1) return(0);
|