mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
ef5898cb63
files from NFS mounted home dirs can be read by Eterm. PR: ports/11977
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
--- src/main.c.orig Thu Nov 25 20:51:39 1999
|
|
+++ src/main.c Thu Nov 25 20:53:30 1999
|
|
@@ -26,6 +26,8 @@
|
|
|
|
static const char cvs_ident[] = "$Id: main.c,v 1.35 1999/04/20 00:46:37 mej Exp $";
|
|
|
|
+#define NEED_LINUX_HACK 1
|
|
+
|
|
/* includes */
|
|
#include "main.h"
|
|
#ifdef USE_ACTIVE_TAGS
|