diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-11-19 10:43:57 +0000 |
commit | f982be45e81588a27383cd1a3eb12789b8498904 (patch) | |
tree | 07be283d015b2c39f95e655cb7328ff355bc47fa /games/unnethack/files/patch-system.h | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_4_0'.release/6.4.0
Diffstat (limited to 'games/unnethack/files/patch-system.h')
-rw-r--r-- | games/unnethack/files/patch-system.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/games/unnethack/files/patch-system.h b/games/unnethack/files/patch-system.h deleted file mode 100644 index a0d6de8e40f0..000000000000 --- a/games/unnethack/files/patch-system.h +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- include/system.h.good Wed Nov 22 23:38:44 2000 -+++ include/system.h Wed Nov 22 23:41:03 2000 -@@ -522,7 +522,7 @@ - E time_t FDECL(time, (time_t *)); - # endif - # else --E long FDECL(time, (time_t *)); -+E time_t FDECL(time, (time_t *)); - # endif /* ULTRIX */ - - #ifdef VMS |