From 2e28b5507562c0140ad0cb044fbd6c49548a47fb Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 30 Jul 1990 17:05:08 +0000 Subject: [PATCH] Remove dangling #endif left over from previous edit. --- v7/src/microcode/ux.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 90bf0617b..1befbb4ee 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.4 1990/07/30 16:45:34 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/ux.h,v 1.5 1990/07/30 17:05:08 jinx Exp $ Copyright (c) 1988, 1989, 1990 Massachusetts Institute of Technology @@ -693,8 +693,6 @@ extern char * EXFUN (UX_ctermid, (char * s)); extern int EXFUN (UX_kill, (pid_t pid, int sig)); #endif -#endif - #endif /* _BSD */ #ifdef HAVE_POSIX_SIGNALS -- 2.25.1