Commit c0ddb45e authored by David S. Miller's avatar David S. Miller

Merge bk://kernel.bkbits.net/wesolows/sparc32-2.6

into nuts.davemloft.net:/disk1/BK/sparc-2.6
parents abcfd978 c81430b5
...@@ -27,7 +27,7 @@ static int tiocgdev(unsigned fd, unsigned cmd, unsigned int *ptr) ...@@ -27,7 +27,7 @@ static int tiocgdev(unsigned fd, unsigned cmd, unsigned int *ptr)
struct file *file = fget(fd); struct file *file = fget(fd);
struct tty_struct *real_tty; struct tty_struct *real_tty;
if (!fd) if (!file)
return -EBADF; return -EBADF;
if (file->f_op->ioctl != tty_ioctl) if (file->f_op->ioctl != tty_ioctl)
return -EINVAL; return -EINVAL;
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
movq %r10,1*8(%rsp) movq %r10,1*8(%rsp)
CFI_REL_OFFSET r10,1*8 CFI_REL_OFFSET r10,1*8
movq %r11,(%rsp) movq %r11,(%rsp)
CFI_OFFSET r11 CFI_REL_OFFSET r11,0*8
.endif .endif
.endm .endm
......
...@@ -102,6 +102,7 @@ ...@@ -102,6 +102,7 @@
a repeat code (16, 17, or 18) to go across the boundary between a repeat code (16, 17, or 18) to go across the boundary between
the two sets of lengths. the two sets of lengths.
*/ */
#include <linux/compiler.h>
#ifdef RCSID #ifdef RCSID
static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #"; static char rcsid[] = "#Id: inflate.c,v 0.14 1993/06/10 13:27:04 jloup Exp #";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment