]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_alarm.c
examples/ip_frag: fix use of ethdev internal device array
[dpdk.git] / app / test / test_alarm.c
index d1284b379f05858736ced91852256c4fac7bf4d0..951b7f07b3f1ef3b8df1a8fefbfbbcfb45542f97 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