mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
479 B
C
11 lines
479 B
C
--- src/button.c.orig 1998-11-08 23:22:55 UTC
|
|
+++ src/button.c
|
|
@@ -679,7 +679,7 @@ Boolean set_playline(XtPointer client_da
|
|
now_clock=clock();
|
|
sample_time=(float)md->wd->tlength/(float)md->wd->freq;
|
|
|
|
-#if defined(linux) || defined (FreeBSD) || defined(sun)
|
|
+#if defined(linux) || defined (__FreeBSD__) || defined(sun)
|
|
gone_time=(float)(now_clock-start_clock)/(float)CLOCKS_PER_SEC;
|
|
#elif defined(sgi)
|
|
gone_time=(float)(now_clock-start_clock)/(float)750000;
|