aboutsummaryrefslogtreecommitdiffstats
path: root/cad
diff options
context:
space:
mode:
Diffstat (limited to 'cad')
-rw-r--r--cad/mars/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/cad/mars/files/patch-aa b/cad/mars/files/patch-aa
new file mode 100644
index 000000000000..9279a299f277
--- /dev/null
+++ b/cad/mars/files/patch-aa
@@ -0,0 +1,19 @@
+--- 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()
+ {