summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-27 02:45:32 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-27 02:45:32 +0000
commit870930ea31ff23728dd59b99b8270a6cb5e789eb (patch)
treeed31e30917838fb9df446c7347fc36ef64d1a6be
parent195c2604b8c05e980591f05eaab67a361ee2f135 (diff)
downloademacs-870930ea31ff23728dd59b99b8270a6cb5e789eb.tar.gz
Renamed from s/linux.h.
(SYSTEM_TYPE): Changed to "lignux".
-rw-r--r--src/s/gnu-linux.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index a024791eb9e..ee9e6a621ad 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -1,4 +1,5 @@
-/* This file is the configuration file for GNU/Linux operating systems.
+/* This file is the configuration file for Lignux systems
+ (that is, Linux-based GNU operating systems.)
Copyright (C) 1985, 1986, 1992, 1994, 1996 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -35,7 +36,7 @@ Boston, MA 02111-1307, USA. */
/* SYSTEM_TYPE should indicate the kind of system you are using.
It sets the Lisp variable system-type. */
-#define SYSTEM_TYPE "linux" /* All the best software is free. */
+#define SYSTEM_TYPE "lignux" /* All the best software is free. */
/* Check the version number of Linux--if it is at least 1.2.0,
it is safe to use SIGIO. */