From 4b6e535f866e4259d13b6da74b290b0d7de6733b Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Fri, 14 Nov 1997 13:31:17 +0000 Subject: Add a patch to allow cad/mars to build under 3.0-current. --- cad/mars/files/patch-aa | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cad/mars/files/patch-aa (limited to 'cad/mars') 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() + { -- cgit v1.2.3