changeset 1549:a83000ceb5df

(SYSTEM_TYPE): Use berkeley-unix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 06 Nov 1992 22:49:53 +0000
parents cbed5e520f81
children 279b5a572def
files src/s/dgux.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/dgux.h	Thu Nov 05 20:25:10 1992 +0000
+++ b/src/s/dgux.h	Fri Nov 06 22:49:53 1992 +0000
@@ -38,7 +38,7 @@
 /* SYSTEM_TYPE should indicate the kind of system you are using.
  It sets the Lisp variable system-type.  */
 
-#define SYSTEM_TYPE "dgux-unix"
+#define SYSTEM_TYPE "berkeley-unix"
 
 /* NOMULTIPLEJOBS should be defined if your system's shell
  does not have "job control" (the ability to stop a program,