e87b4729fa
create lang subdirs in Wnn-data package, as it's impossible to know when to dirrm them otherwise (main package or dict ?) Remove chinese docs from the korean package.
15 lines
492 B
Plaintext
15 lines
492 B
Plaintext
$OpenBSD: patch-Xwnmo_xjutil_jutil_c,v 1.1 2000/04/22 12:05:57 espie Exp $
|
|
--- Xwnmo/xjutil/jutil.c.orig Fri Apr 21 17:58:01 2000
|
|
+++ Xwnmo/xjutil/jutil.c Fri Apr 21 17:58:32 2000
|
|
@@ -664,10 +664,7 @@ int (*error_handler)(), (*message_handl
|
|
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);
|