diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:40:52 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-09-08 00:40:52 +0000 |
commit | 9f0cfe0e26c0bf28c53d1071ce0c0c2388118328 (patch) | |
tree | 01ae17751a2465c5cc92e13e0dde0326131fe201 /games/editss/files/patch-ab | |
parent | 11d601a4bfdfe5c522b54267fed557e28fb3cfd5 (diff) | |
download | ports-9f0cfe0e26c0bf28c53d1071ce0c0c2388118328.tar.gz ports-9f0cfe0e26c0bf28c53d1071ce0c0c2388118328.zip |
Notes
Diffstat (limited to 'games/editss/files/patch-ab')
-rw-r--r-- | games/editss/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/editss/files/patch-ab b/games/editss/files/patch-ab new file mode 100644 index 000000000000..a6b0da4420d6 --- /dev/null +++ b/games/editss/files/patch-ab @@ -0,0 +1,10 @@ +--- editss.c.orig Sat Sep 7 16:41:38 2002 ++++ editss.c Sat Sep 7 16:42:08 2002 +@@ -28,7 +28,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <values.h> + #include <string.h> + #include <fcntl.h> + #include <time.h> |