diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 17:12:47 +0000 |
commit | 08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch) | |
tree | 0cfc4f0736babb895eb97a65c6defe632a0249c7 /games/moria/files/patch-source::death.c | |
parent | editors/fte: update to 20110708 (diff) |
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Notes
Notes:
svn path=/head/; revision=363362
Diffstat (limited to 'games/moria/files/patch-source::death.c')
-rw-r--r-- | games/moria/files/patch-source::death.c | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/games/moria/files/patch-source::death.c b/games/moria/files/patch-source::death.c deleted file mode 100644 index 3e7795add028..000000000000 --- a/games/moria/files/patch-source::death.c +++ /dev/null @@ -1,34 +0,0 @@ -$FreeBSD$ - ---- source/death.c.orig Thu Aug 7 16:02:45 2003 -+++ source/death.c Thu Aug 7 16:06:12 2003 -@@ -123,6 +123,7 @@ - #include <stdlib.h> - #endif - -+#ifndef __FreeBSD__ - #ifndef VMS - #ifndef MAC - #if !defined(ATARIST_MWC) && !defined(AMIGA) -@@ -130,18 +131,19 @@ - #endif - #endif - #endif -+#endif - - static void date(day) - char *day; - { - register char *tmp; --#ifdef MAC -+#if defined(MAC) || defined(__FreeBSD__) - time_t clockvar; - #else - long clockvar; - #endif - --#ifdef MAC -+#if defined(MAC) || defined(__FreeBSD__) - clockvar = time((time_t *) 0); - #else - clockvar = time((long *) 0); |