diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 15:26:15 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-07-10 15:26:15 +0000 |
commit | c5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f (patch) | |
tree | 6e786d883a8a5d64a420bb707248daf4fa810835 /src/s/sol2.h | |
parent | 176fe5fc8db729697828350a5ba288a5477ff092 (diff) | |
download | emacs-c5e7567d3b4aa6caeebcd7e43171f3a84b1a3e8f.tar.gz |
* src/fileio.c:
* src/sysdep.c
* src/systty.h:
* src/m/ibmrs6000.h:
* src/m/iris4d.h:
* src/s/aix4-2.h:
* src/s/freebsd.h:
* src/s/gnu-linux.h:
* src/s/hpux10-20.h:
* src/s/hpux11.h:
* src/s/netbsd.h:
* src/s/sol2-3.h:
* src/s/sol2-4.h:
* src/s/sol2.h:
* src/s/usg5-4.h:
* src/s/vms.h: Remove references to unused variables.
Diffstat (limited to 'src/s/sol2.h')
-rw-r--r-- | src/s/sol2.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/sol2.h b/src/s/sol2.h index 10733de1d0b..aa30be3675c 100644 --- a/src/s/sol2.h +++ b/src/s/sol2.h @@ -22,11 +22,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define SOLARIS2 -/* eggert@twinsun.com said these work in Solaris. - Perhaps they work in all kinds of SVR4, but this is more conservative. */ -#undef BROKEN_TIOCGETC -#undef BROKEN_TIOCGWINSZ - /* This triggers a conditional in xfaces.c. */ #define XOS_NEEDS_TIME_H |