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 | |
parent | Fix build on -current (machine/soundcard.h -> sys/soundcard.h) (diff) |
Fix build on -current (unnecessary #include <values.h>)
Notes
Notes:
svn path=/head/; revision=65807
-rw-r--r-- | games/editss/files/patch-aa | 10 | ||||
-rw-r--r-- | games/editss/files/patch-ab | 10 | ||||
-rw-r--r-- | games/editss/files/patch-ac | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/games/editss/files/patch-aa b/games/editss/files/patch-aa new file mode 100644 index 000000000000..368be1b62701 --- /dev/null +++ b/games/editss/files/patch-aa @@ -0,0 +1,10 @@ +--- actions.c.orig Sat Sep 7 16:41:31 2002 ++++ actions.c Sat Sep 7 16:41:49 2002 +@@ -32,7 +32,6 @@ + + #include <stdio.h> /* usual include stuff */ + #include <stdlib.h> +-#include <values.h> + #include <string.h> + #include <fcntl.h> + #include <time.h> 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> diff --git a/games/editss/files/patch-ac b/games/editss/files/patch-ac new file mode 100644 index 000000000000..9383eeaf6381 --- /dev/null +++ b/games/editss/files/patch-ac @@ -0,0 +1,10 @@ +--- xstuff.c.orig Sat Sep 7 16:41:43 2002 ++++ xstuff.c Sat Sep 7 16:42:00 2002 +@@ -28,7 +28,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <values.h> + #include <string.h> + #include <fcntl.h> + #include <time.h> |