summaryrefslogtreecommitdiffstats
path: root/source/y/bsd-games/bsd-games.trek-gcc4.diff
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-02-17 23:44:53 +0000
committer Eric Hameleers <alien@slackware.com>2019-02-18 08:59:47 +0100
commit66b0761fe7bfe43a58a4a7c3012ff3a46acf2e69 (patch)
tree78c6718616f92d2ec4d90386b24f911487e60bba /source/y/bsd-games/bsd-games.trek-gcc4.diff
parenta576ec7a0e6c880029328d465402520ee1c20571 (diff)
downloadcurrent-20190217234453.tar.gz
current-20190217234453.tar.xz
Sun Feb 17 23:44:53 UTC 201920190217234453
ap/cups-filters-1.22.1-x86_64-1.txz: Upgraded. y/bsd-games-2.17-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/y/bsd-games/bsd-games.trek-gcc4.diff')
-rw-r--r--source/y/bsd-games/bsd-games.trek-gcc4.diff27
1 files changed, 0 insertions, 27 deletions
diff --git a/source/y/bsd-games/bsd-games.trek-gcc4.diff b/source/y/bsd-games/bsd-games.trek-gcc4.diff
deleted file mode 100644
index 25969d7a4..000000000
--- a/source/y/bsd-games/bsd-games.trek-gcc4.diff
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/trek/trek.h 1999-09-26 12:37:19.000000000 +0100
-+++ b/trek/trek.h 2007-08-27 18:55:07.907206649 +0100
-@@ -35,6 +35,8 @@
- * @(#)trek.h 8.1 (Berkeley) 5/31/93
- */
-
-+#include "getpar.h"
-+
- /*
- ** Global Declarations
- **
---- a/trek/getpar.h 1999-09-15 11:34:31.000000000 +0100
-+++ b/trek/getpar.h 2007-08-27 18:55:20.011896456 +0100
-@@ -34,6 +34,8 @@
- *
- * @(#)getpar.h 8.1 (Berkeley) 5/31/93
- */
-+#ifndef _GETPAR_H
-+#define _GETPAR_H
-
- typedef void (*cmdfun) __P((int));
- struct cvntab /* used for getcodpar() paramater list */
-@@ -52,3 +54,4 @@
- int testnl __P((void));
- void skiptonl __P((int));
- int readdelim __P((int));
-+#endif