From: Jim Meyering Date: Sun, 18 Apr 1999 23:18:09 +0000 (+0000) Subject: Include xstrtol.h, not obsolete file xstrtoul.h. X-Git-Tag: TEXTUTILS-1_22j~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3ffbea8162ada4763808e8ccbf26f7ecff832b1;p=thirdparty%2Fcoreutils.git Include xstrtol.h, not obsolete file xstrtoul.h. --- diff --git a/src/chgrp.c b/src/chgrp.c index 14e14cab25..ecf2e5d7f9 100644 --- a/src/chgrp.c +++ b/src/chgrp.c @@ -27,7 +27,7 @@ #include "error.h" #include "group-member.h" #include "savedir.h" -#include "xstrtoul.h" +#include "xstrtol.h" /* The official name of this program (e.g., no `g' prefix). */ #define PROGRAM_NAME "chgrp"