aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Reilly1994-05-01 04:41:20 +0000
committerPaul Reilly1994-05-01 04:41:20 +0000
commit716509bb37997c04081ebf64c5e6fb0597ee2fb7 (patch)
treed09f07ec9ac4ad5a3eaea441e34b830b405029c1
parentf455f6203fa1bacb4788403d7d000b422954b5bb (diff)
downloademacs-716509bb37997c04081ebf64c5e6fb0597ee2fb7.tar.gz
emacs-716509bb37997c04081ebf64c5e6fb0597ee2fb7.zip
Corrected the DGUX 5.4R2 include filename.
-rw-r--r--src/s/dgux5-4R3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/dgux5-4R3.h b/src/s/dgux5-4R3.h
index 917549cfbc0..e1c2bde4386 100644
--- a/src/s/dgux5-4R3.h
+++ b/src/s/dgux5-4R3.h
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
24 for gcc-2.5.8 or later compiler. 24 for gcc-2.5.8 or later compiler.
25 -pmr@pajato.com */ 25 -pmr@pajato.com */
26 26
27#include "dgux5.4R2.h" 27#include "dgux5-4R2.h"
28 28
29/* DGUX 5.4R3.00 brought the definition of `struct inet_addr' into 29/* DGUX 5.4R3.00 brought the definition of `struct inet_addr' into
30 compliance wiht the majority of Unix systems. The workaround 30 compliance wiht the majority of Unix systems. The workaround