vserver 2.0-pre4
[linux-2.6.git] / drivers / char / synclink.c
index 37c8bea..9341f3b 100644 (file)
@@ -189,8 +189,8 @@ struct mgsl_struct {
        int                     count;          /* count of opens */
        int                     line;
        int                     hw_version;
-       unsigned short          close_delay;
-       unsigned short          closing_wait;   /* time to wait before closing */
+       unsigned int            close_delay;
+       unsigned int            closing_wait;   /* time to wait before closing */
        
        struct mgsl_icount      icount;