# HG changeset patch # User Richard M. Stallman # Date 867449021 0 # Node ID 9e73857f885517f8505e793c29a44fe3e6435f53 # Parent 128090c7c0ef3902f63563a7a0da27d60805633a (ospeed): Always use `extern' in the declaration. diff -r 128090c7c0ef -r 9e73857f8855 src/cm.h --- a/src/cm.h Fri Jun 27 19:20:14 1997 +0000 +++ b/src/cm.h Fri Jun 27 22:03:41 1997 +0000 @@ -103,7 +103,7 @@ #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