summaryrefslogtreecommitdiff
path: root/src/chgrp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-04-18 23:18:09 +0000
committerJim Meyering <jim@meyering.net>1999-04-18 23:18:09 +0000
commitd3ffbea8162ada4763808e8ccbf26f7ecff832b1 (patch)
tree9252ae773f042032be221b367c11795798b61efa /src/chgrp.c
parentcc7d631369744214303eca3b78dc3003b67d47eb (diff)
downloadcoreutils-d3ffbea8162ada4763808e8ccbf26f7ecff832b1.tar.gz
Include xstrtol.h, not obsolete file xstrtoul.h.
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 14e14cab2..ecf2e5d7f 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"