Replace atgv for argv Signed-off-by: Davidlohr Bueso <dave@xxxxxxx> --- partx/partx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/partx/partx.c b/partx/partx.c index f4741d8..7c89cf5 100644 --- a/partx/partx.c +++ b/partx/partx.c @@ -635,7 +635,7 @@ int main(int argc, char **argv) int fd, c, what = 0, lower = 0, upper = 0, rc = 0; int tt_flags = 0; char *type = NULL; - char *device = NULL; /* pointer to atgv[], ie: /dev/sda1 */ + char *device = NULL; /* pointer to argv[], ie: /dev/sda1 */ char *wholedisk = NULL; /* allocated, ie: /dev/sda */ dev_t disk_devno = 0, part_devno = 0; -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html