From 1674e2ace4dcce67c3920dcdbf2f441903194b68 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 25 Nov 2006 13:45:39 -0500 Subject: Fix a warning. --- toys/toylist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toys/toylist.h') diff --git a/toys/toylist.h b/toys/toylist.h index ad749cd2..a61aff93 100644 --- a/toys/toylist.h +++ b/toys/toylist.h @@ -21,7 +21,7 @@ #define OLDTOY(name, oldname, opts, flags) struct df_data { - struct string_list *fstype; + struct arg_list *fstype; long units; }; -- cgit v1.2.3