summaryrefslogtreecommitdiff
path: root/recording.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-10-07 15:14:50 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-10-07 15:14:50 +0200
commit6c41138bdd546c1e833b5172901a98da38f1a849 (patch)
treef04a91bcc006f5fcb9692ea19bc3bfdc35160c1a /recording.c
parent229e9fc7633c04f21af1a18a50f400c54fd476ed (diff)
downloadvdr-6c41138bdd546c1e833b5172901a98da38f1a849.tar.gz
vdr-6c41138bdd546c1e833b5172901a98da38f1a849.tar.bz2
Moved the _GNU_SOURCE macro into the Makefile
Diffstat (limited to 'recording.c')
-rw-r--r--recording.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/recording.c b/recording.c
index 21dddf97..403bbb6b 100644
--- a/recording.c
+++ b/recording.c
@@ -4,10 +4,9 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: recording.c 1.39 2001/10/07 11:00:35 kls Exp $
+ * $Id: recording.c 1.40 2001/10/07 15:13:34 kls Exp $
*/
-#define _GNU_SOURCE
#include "recording.h"
#include <errno.h>
#include <fcntl.h>