chiark / gitweb /
Remove or indent #define GNU_SOURCE
[elogind.git] / src / udev / cdrom_id / cdrom_id.c
index b659cc31ee202b5f1f0d4a356a575930ccf84efb..1ad045923630aa6b59017986250d4f69850f7cd4 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE 1
-#endif
-
 #include <stdio.h>
 #include <stddef.h>
 #include <stdlib.h>