From 635fc896e7c91de04802b801e9f74ab77d30b702 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 27 Jun 1997 22:03:41 +0000 Subject: [PATCH] (ospeed): Always use `extern' in the declaration. --- src/cm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cm.h b/src/cm.h index 336a3308fd8..652b61eb216 100644 --- a/src/cm.h +++ b/src/cm.h @@ -103,7 +103,7 @@ extern char PC; /* Pad character */ #ifdef HAVE_TERMIOS_H #include /* HJL's version of libc is said to need this on the Alpha. */ -speed_t ospeed; +extern speed_t ospeed; #else extern short ospeed; /* Output speed (from sg_ospeed) */ #endif -- 2.39.2