mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
322 B
C
11 lines
322 B
C
--- alsamixer/volume_mapping.c.orig 2016-03-31 14:37:02 UTC
|
|
+++ alsamixer/volume_mapping.c
|
|
@@ -37,7 +37,7 @@
|
|
#include <stdbool.h>
|
|
#include "volume_mapping.h"
|
|
|
|
-#ifdef __UCLIBC__
|
|
+#ifndef __GLIBC__
|
|
/* 10^x = 10^(log e^x) = (e^x)^log10 = e^(x * log 10) */
|
|
#define exp10(x) (exp((x) * log(10)))
|
|
#endif /* __UCLIBC__ */
|