mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
264 B

--- ./scheduler/auth.c.orig 2009-07-01 10:07:46.000000000 +0200
+++ ./scheduler/auth.c 2009-07-01 10:07:58.000000000 +0200
@@ -54,6 +54,8 @@
* Include necessary headers...
*/
+#define _GNU_SOURCE
+
#include "cupsd.h"
#include <grp.h>
#ifdef HAVE_SHADOW_H