diff options
Diffstat (limited to 'src/cg-base.c')
-rw-r--r-- | src/cg-base.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cg-base.c b/src/cg-base.c index 24bc09f..e62f178 100644 --- a/src/cg-base.c +++ b/src/cg-base.c @@ -15,9 +15,6 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#define _DEFAULT_SOURCE -#define _BSD_SOURCE - #include "cg-base.h" #include <libclut.h> @@ -416,7 +413,7 @@ static int get_crtc_info(void) { size_t i, unsynced = 0, selected; char* synced; - int saved_errno, need_flush = 0; + int need_flush = 0; struct pollfd pollfd; synced = alloca(crtcs_n * sizeof(*synced)); |