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:
committed by
Jon Trulson
parent
57463ec10e
commit
eaec696ad6
@@ -1020,7 +1020,7 @@ main(
|
||||
/* error handling follows, none for now */
|
||||
;
|
||||
#else
|
||||
(void) signal (SIGCLD, SIG_IGN);
|
||||
(void) signal (SIGCHLD, SIG_IGN);
|
||||
#endif /* __osf__ */
|
||||
XtSetLanguageProc( NULL, NULL, NULL );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user