summaryrefslogtreecommitdiff
path: root/x11-terms/xvt/files/xvt-int-main.patch
diff options
context:
space:
mode:
Diffstat (limited to 'x11-terms/xvt/files/xvt-int-main.patch')
-rw-r--r--x11-terms/xvt/files/xvt-int-main.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/x11-terms/xvt/files/xvt-int-main.patch b/x11-terms/xvt/files/xvt-int-main.patch
deleted file mode 100644
index a0874e45f419..000000000000
--- a/x11-terms/xvt/files/xvt-int-main.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/xvt.c
-+++ b/xvt.c
-@@ -41,9 +41,9 @@
- #endif /* UKC_LOCATIONS */
-
- #ifdef __STDC__
--void main(int,char **);
-+int main(int,char **);
- #else
--void main();
-+int main();
- #endif
-
- extern int debugging;
-@@ -67,7 +67,7 @@
- * master end of the pseudo-teletype pair with the command talking to
- * the slave.
- */
--void
-+int
- main(argc,argv)
- int argc;
- char **argv;