build/freebsd: rename macro BSDPAPP to FREEBSD
[dpdk.git] / app / test / test_alarm.c
index d1284b3..951b7f0 100644 (file)
@@ -178,7 +178,7 @@ static int
 test_alarm(void)
 {
        int count = 0;
-#ifdef RTE_EXEC_ENV_BSDAPP
+#ifdef RTE_EXEC_ENV_FREEBSD
        printf("The alarm API is not supported on FreeBSD\n");
        return 0;
 #endif