openbsd-ports/japanese/Wnn/patches/patch-Xwnmo_xjutil_jutil_c

15 lines
492 B
Plaintext
Raw Normal View History

$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);