Fixes for dtfile on OpenBSD, plus missing prototypes. Use statfs() on BSD to find out if a file system is NFS.

This commit is contained in:
Pascal Stumpf
2012-08-10 15:09:04 +02:00
committed by Jon Trulson
parent 57463ec10e
commit eaec696ad6
10 changed files with 54 additions and 10 deletions

View File

@@ -130,6 +130,8 @@ extern XmWidgetExtData _XmGetWidgetExtData(
#include "Main.h"
#include "SharedProcs.h"
extern char *pathcollapse();
/* Defines */
#define RW_ALL S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH