X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump%2Foptr.c;h=5dd85df55d833d3cebf8e1bc4bc1fac4c041ad74;hp=056a6a6c123f9e7f3cd6164be37c451499139a3b;hb=531db7127cdd4c02387e11b5be59a214b1c4515d;hpb=a3ab8e4243d14360f2769230d23e7d3afd6397cb diff --git a/dump/optr.c b/dump/optr.c index 056a6a6..5dd85df 100644 --- a/dump/optr.c +++ b/dump/optr.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: optr.c,v 1.40 2006/03/14 11:09:51 stelian Exp $"; + "$Id: optr.c,v 1.41 2010/12/06 14:13:59 stelian Exp $"; #endif /* not lint */ #include @@ -78,7 +78,7 @@ int datesort __P((const void *, const void *)); static void sendmes __P((const char *, const char *)); /* List of filesystem types that we can dump (same ext2 on-disk format) */ -static char *fstypes[] = { "ext2", "ext3", "InterMezzo", NULL }; +static char *fstypes[] = { "ext2", "ext3", "ext4", "InterMezzo", NULL }; /* * Query the operator; This previously-fascist piece of code