From 386dafa8a9e6fa0d6a761c0c008ca38df15b6ccb Mon Sep 17 00:00:00 2001 From: Frank Chen Date: Tue, 23 Sep 2014 06:26:53 +0000 Subject: lpdk:fix compile fail Change-Id: I9c6b8d69bc5b38ba8bda0024a397f44331596e16 --- diff --git a/config.h b/config.h index bd1f225..669f775 100755 --- a/config.h +++ b/config.h @@ -338,7 +338,7 @@ #ifndef _OFF_T_DEFINED_ #define _OFF_T_DEFINED_ //typedef loff_t off_t; -#define off_t loff_t +//#define off_t loff_t #endif /* Enable GNU extensions on systems that have them. */ -- cgit