summaryrefslogtreecommitdiff
path: root/cad/mars/files/patch-aa
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-01-31 09:12:58 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-01-31 09:12:58 +0000
commit30fb1088d302933bcf6db87b2b1dd22a66e7e9fe (patch)
tree276e7d09a0f7aa28a07c30d9f2d13be03551429e /cad/mars/files/patch-aa
parentUpdate to 9.8.7. (diff)
- Remove cad/mars -- does not build, no releases in the past 20 years
Notes
Notes: svn path=/head/; revision=341952
Diffstat (limited to 'cad/mars/files/patch-aa')
-rw-r--r--cad/mars/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/cad/mars/files/patch-aa b/cad/mars/files/patch-aa
deleted file mode 100644
index 9279a299f277..000000000000
--- a/cad/mars/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- sim/usleep.c.orig Fri Nov 14 08:20:27 1997
-+++ sim/usleep.c Fri Nov 14 08:22:23 1997
-@@ -47,6 +47,7 @@
-
- static int ringring;
-
-+#if !defined(__FreeBSD__) || (__FreeBSD__ < 3)
- void
- usleep(useconds)
- unsigned int useconds;
-@@ -91,7 +92,7 @@
- (void) sigsetmask(omask);
- (void) setitimer(ITIMER_REAL, &oitv, (struct itimerval *)0);
- }
--
-+#endif
- static void
- sleephandler()
- {