summaryrefslogtreecommitdiff
path: root/astro/ephem/files/patch-ah
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 13:03:29 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 13:03:29 +0000
commit1468587c54aadde99d46cf851078dc2c76838749 (patch)
tree7d7c65e516e0412c0f6255f2eda2a580b80bdb02 /astro/ephem/files/patch-ah
parentAdd JAVA_HOME to SUB_LIST (diff)
Rename old-style patch-xy patches in astro to reflect what files
they modify.
Notes
Notes: svn path=/head/; revision=363147
Diffstat (limited to 'astro/ephem/files/patch-ah')
-rw-r--r--astro/ephem/files/patch-ah36
1 files changed, 0 insertions, 36 deletions
diff --git a/astro/ephem/files/patch-ah b/astro/ephem/files/patch-ah
deleted file mode 100644
index 7e386e66623b..000000000000
--- a/astro/ephem/files/patch-ah
+++ /dev/null
@@ -1,36 +0,0 @@
---- plot.c.orig Sat Mar 14 23:22:20 1992
-+++ plot.c Sun Jan 21 21:06:06 2007
-@@ -10,16 +10,31 @@
- */
-
- #include <stdio.h>
-+#include <string.h>
- #include <math.h>
- #include "screen.h"
-
--extern char *strcpy();
-+static plt_select_fields();
-+static plt_turn_off();
-+static plt_turn_on();
-+static plt_file();
-+static plot_cartesian(FILE *pfp);
-+static plot_polar(FILE *pfp);
-+
-+#if (defined(__unix__) || defined(unix)) && !defined(USG)
-+#include <sys/param.h>
-+#endif
-+
-+#if defined(VMS) || defined(unix)
-+#include <errno.h>
-+#endif
-
- #ifdef VMS
- #include <perror.h>
--#include <errno.h>
- #else
-+#ifndef BSD
- extern char *sys_errlist[];
-+#endif
- extern errno;
- #endif
-