summaryrefslogtreecommitdiff
path: root/package/cups/patches/patch-scheduler_auth_c
blob: d9892c2063df9503ee88d5a5b74e7a1cb0c8fc21 (plain)
1
2
3
4
5
6
7
8
9
10
--- cups-1.4.2.orig/scheduler/auth.c	2009-05-27 00:01:23.000000000 +0200
+++ cups-1.4.2/scheduler/auth.c	2009-12-30 12:30:13.000000000 +0100
@@ -57,6 +57,7 @@
  * Include necessary headers...
  */
 
+#define _GNU_SOURCE
 #include "cupsd.h"
 #include <grp.h>
 #ifdef HAVE_SHADOW_H