Message ID | 20130502165302.593ec4b6@notabene.brown (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On 02/05/13 02:53, NeilBrown wrote: > On Thu, 2 May 2013 13:13:32 +1000 NeilBrown <neilb@suse.de> wrote: > > >> Possible patch below. > > BTW if you end up applying that without requiring a second revision, please > add > > --- a/utils/gssd/gssd_proc.c > +++ b/utils/gssd/gssd_proc.c > @@ -67,7 +67,6 @@ > #include <errno.h> > #include <gssapi/gssapi.h> > #include <netdb.h> > -#include <ctype.h> > > #include "gssd.h" > #include "err_util.h" > > > original patch added this include, but doesn't need it. I'll remove it when I apply your other patch that fixes is_subdirectory... thanks! steved. -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On 02/05/13 02:53, NeilBrown wrote: > On Thu, 2 May 2013 13:13:32 +1000 NeilBrown <neilb@suse.de> wrote: > > >> Possible patch below. > > BTW if you end up applying that without requiring a second revision, please > add > > --- a/utils/gssd/gssd_proc.c > +++ b/utils/gssd/gssd_proc.c > @@ -67,7 +67,6 @@ > #include <errno.h> > #include <gssapi/gssapi.h> > #include <netdb.h> > -#include <ctype.h> > > #include "gssd.h" > #include "err_util.h" > > > original patch added this include, but doesn't need it. Fixed... steved. > > NeilBrown > -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
--- a/utils/gssd/gssd_proc.c +++ b/utils/gssd/gssd_proc.c @@ -67,7 +67,6 @@ #include <errno.h> #include <gssapi/gssapi.h> #include <netdb.h> -#include <ctype.h> #include "gssd.h" #include "err_util.h"
On Thu, 2 May 2013 13:13:32 +1000 NeilBrown <neilb@suse.de> wrote: > Possible patch below. BTW if you end up applying that without requiring a second revision, please add original patch added this include, but doesn't need it. NeilBrown