diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 18:34:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-19 18:34:37 +0000 |
commit | 3dc4cfe73b9a79bdc89dcecce3413d29937c8e34 (patch) | |
tree | cd07d1ac74b3e30498a8fddde2c7252bfc042574 /games/unnethack/files/patch-system.h | |
parent | add imapd.conf to pkg-plist (diff) |
add slashem-tty
A dungeon explorin', slashin', hackin' game
PR: 26754
Submitted by: Adam Kranzel <adam@alameda.edu>
Notes
Notes:
svn path=/head/; revision=42745
Diffstat (limited to 'games/unnethack/files/patch-system.h')
-rw-r--r-- | games/unnethack/files/patch-system.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/unnethack/files/patch-system.h b/games/unnethack/files/patch-system.h new file mode 100644 index 000000000000..d68b538e8c2d --- /dev/null +++ b/games/unnethack/files/patch-system.h @@ -0,0 +1,11 @@ +--- 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 |