Ticket #19941: patch-libanjuta-anjuta-utils.c.diff
File patch-libanjuta-anjuta-utils.c.diff, 316 bytes (added by dbevans (David B. Evans), 15 years ago) |
---|
-
libanjuta/anjuta-utils.c
old new 1245 1245 return local_path; 1246 1246 } 1247 1247 1248 #if ndef HAVE_LIBUTIL1248 #if !defined(HAVE_LIBUTIL) && !defined(__APPLE__) 1249 1249 #include <grp.h> 1250 1250 1251 1251 static int ptym_open (char *pts_name);