From c576389a1e56a7d4f46f7fef7487e49d30edd8ff Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 29 Jun 1995 23:50:31 +0000 Subject: [PATCH] Linux no longer needs special command-line args: oscond.h will detect `__linux' and set the appropriate definitions. --- v7/src/microcode/s/linux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v7/src/microcode/s/linux.h b/v7/src/microcode/s/linux.h index 280feae32..e70d9fcd3 100644 --- a/v7/src/microcode/s/linux.h +++ b/v7/src/microcode/s/linux.h @@ -1,7 +1,7 @@ /* -*-C-*- System file for Linux -$Id: linux.h,v 1.1 1995/06/29 23:20:04 cph Exp $ +$Id: linux.h,v 1.2 1995/06/29 23:50:31 cph Exp $ Copyright (c) 1995 Massachusetts Institute of Technology @@ -33,8 +33,6 @@ Technology nor of any adaptation thereof in any advertising, promotional, or sales literature without prior written consent from MIT in each case. */ -#define C_SWITCH_SYSTEM -D_POSIX -D_BSD - #define LIBX11_MACHINE -L/usr/X11/lib #define LIBS_TERMCAP -ltermcap -- 2.25.1