comparison src/filelock.c @ 733:62dd28940dc6

entered into RCS
author Jim Blandy <jimb@redhat.com>
date Tue, 30 Jun 1992 13:55:35 +0000
parents 40b255f55df3
children e94a593c3952
comparison
equal deleted inserted replaced
732:a8d94735277e 733:62dd28940dc6
38 #include "buffer.h" 38 #include "buffer.h"
39 39
40 extern int errno; 40 extern int errno;
41 41
42 extern char *egetenv (); 42 extern char *egetenv ();
43 extern char *strcpy ();
43 44
44 #ifdef CLASH_DETECTION 45 #ifdef CLASH_DETECTION
45 46
46 /* If system does not have symbolic links, it does not have lstat. 47 /* If system does not have symbolic links, it does not have lstat.
47 In that case, use ordinary stat instead. */ 48 In that case, use ordinary stat instead. */