comparison src/filelock.c @ 372:481e29c1e27e

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 02 Aug 1991 02:24:35 +0000
parents 0f3996cb4ae5
children 8c615e453683
comparison
equal deleted inserted replaced
371:54ac13a6f74e 372:481e29c1e27e
18 18
19 19
20 #include <sys/types.h> 20 #include <sys/types.h>
21 #include <sys/stat.h> 21 #include <sys/stat.h>
22 #include "config.h" 22 #include "config.h"
23
24 #ifdef VMS
25 #include "pwd.h"
26 #else
23 #include <pwd.h> 27 #include <pwd.h>
28 #endif
29
24 #include <errno.h> 30 #include <errno.h>
25 #include <sys/file.h> 31 #include <sys/file.h>
26 #ifdef USG 32 #ifdef USG
27 #include <fcntl.h> 33 #include <fcntl.h>
28 #endif /* USG */ 34 #endif /* USG */