head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.07.06.22.55.34;	author nectar;	state dead;
branches;
next	1.1;

1.1
date	2001.06.29.15.38.33;	author nectar;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update 0.3f -> 0.4b
@
text
@Index: appl/ftp/ftpd/popen.c
===================================================================
RCS file: /afs/pdc.kth.se/src/packages/kth-krb/SourceRepository/appl/ftp/ftpd/popen.c,v
retrieving revision 1.24
diff -u -w -r1.24 popen.c
--- appl/ftp/ftpd/popen.c	2001/03/26 11:41:02	1.24
+++ appl/ftp/ftpd/popen.c	2001/06/19 09:07:50
@@@@ -139,7 +139,13 @@@@
 	for (gargc = argc = 1; argv[argc] && gargc < MAXGLOBS - 1; argc++) {
 		glob_t gl;
 		int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_QUOTE|GLOB_TILDE
-		    | GLOB_LIMIT;
+		    |
+#ifdef GLOB_MAXPATH
+	GLOB_MAXPATH
+#else
+	GLOB_LIMIT
+#endif
+		    ;
 
 		memset(&gl, 0, sizeof(gl));
 		if (no_glob || glob(argv[argc], flags, NULL, &gl))
@


1.1
log
@Correct no-nos: one file per  patch, please. Don't touch more than one
source file with each patch file, and don't touch the same source file
with more than one patch file.
@
text
@@

