VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / include / asm-sparc / sun4prom.h
index 3a6167f..9c8b4cb 100644 (file)
@@ -25,7 +25,7 @@ typedef struct {
        unsigned char   (*getchar)(void);       /* Get char from input device */ 
        void            (*putchar)(char);       /* Put char to output device */
        int             (*mayget)(void);        /* Maybe get char, or -1 */
-       int             (*mayput)(void);        /* Maybe put char, or -1 */
+       int             (*mayput)(int);         /* Maybe put char, or -1 */
        unsigned char   *echo;                  /* Should getchar echo? */
        unsigned char   *insource;              /* Input source selector */
        unsigned char   *outsink;               /* Output sink selector */