File tree Expand file tree Collapse file tree 3 files changed +1
-15
lines changed
Expand file tree Collapse file tree 3 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 1515#include <sys/queue.h>
1616#include <sys/stat.h>
1717
18- /*
19- * We include <sys/file.h>, because the flock(2) and open(2) #defines
20- * were found there on historical systems. We also include <fcntl.h>
21- * because the open(2) #defines are found there on newer systems.
22- */
23- #include <sys/file.h>
24-
2518#include <dirent.h>
2619#include <errno.h>
2720#include <fcntl.h>
Original file line number Diff line number Diff line change 1515#include <sys/queue.h>
1616#include <sys/stat.h>
1717
18- /*
19- * We include <sys/file.h>, because the open #defines were found there
20- * on historical systems. We also include <fcntl.h> because the open(2)
21- * #defines are found there on newer systems.
22- */
23- #include <sys/file.h>
24-
2518#include <dirent.h>
2619#include <errno.h>
2720#include <fcntl.h>
Original file line number Diff line number Diff line change 2323
2424#include <errno.h>
2525#include <fcntl.h>
26- #include <stdio.h> /* XXX: OSF/1 bug: include before <grp.h> */
2726#include <grp.h>
2827#include <limits.h>
2928#include <poll.h>
29+ #include <stdio.h>
3030#include <stdlib.h>
3131#include <string.h>
3232#include <termios.h>
You can’t perform that action at this time.
0 commit comments