O_SUN changed to mc68000
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 23 May 1984 16:22:34 +0000 (08:22 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Wed, 23 May 1984 16:22:34 +0000 (08:22 -0800)
SCCS-vsn: usr.bin/window/ww.h 3.32

usr/src/usr.bin/window/ww.h

index 6af4503..9bfcb34 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- *     @(#)ww.h        3.33 84/05/23   
+ *     @(#)ww.h        3.32 84/05/23   
  */
 
 #include <sgtty.h>
  */
 
 #include <sgtty.h>
@@ -85,7 +85,7 @@ struct ww_tty {
 union ww_char {
        short c_w;              /* as a word */
        struct {
 union ww_char {
        short c_w;              /* as a word */
        struct {
-#ifndef O_SUN
+#ifndef mc68000
                char C_c;       /* the character part */
                char C_m;       /* the mode part */
 #else
                char C_c;       /* the character part */
                char C_m;       /* the mode part */
 #else