diff options
Diffstat (limited to 'sysutils/screen/files/patch-osdef.h.in')
-rw-r--r-- | sysutils/screen/files/patch-osdef.h.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/screen/files/patch-osdef.h.in b/sysutils/screen/files/patch-osdef.h.in deleted file mode 100644 index 72435743c0eb..000000000000 --- a/sysutils/screen/files/patch-osdef.h.in +++ /dev/null @@ -1,11 +0,0 @@ ---- osdef.h.in.orig Sat Apr 28 22:26:43 2001 -+++ osdef.h.in Tue Apr 9 10:24:18 2002 -@@ -111,7 +111,7 @@ - extern int setpgid __P((int, int)); - extern int tcsetpgrp __P((int, int)); - #endif --extern int ioctl __P((int, int, char *)); -+extern int ioctl __P((int, unsigned long, ...)); - - extern int kill __P((int, int)); - |