# HG changeset patch # User Richard M. Stallman # Date 721090193 0 # Node ID a83000ceb5dff79af8fc599d9baae00cadb299ef # Parent cbed5e520f8113c5893288b5d6fcc908bfadb318 (SYSTEM_TYPE): Use berkeley-unix. diff -r cbed5e520f81 -r a83000ceb5df src/s/dgux.h --- 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,