Whamcloud - gitweb
misc: fix build on absence of magic.h
authorArtemiy Volkov <artemiyv@acm.org>
Sat, 4 Oct 2014 17:22:52 +0000 (13:22 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 4 Oct 2014 17:22:52 +0000 (13:22 -0400)
commitd50fd63369481a2037611b17d4f38e27d251d52e
treef209a8edf7475f4219267d0ac1a9195854f192b6
parent5ae83d6593d9410873ffa0a8ecca9ee38cd816b5
misc: fix build on absence of magic.h

If magic.h is not present, there will be unresolved references to the magic_t
type in plausible.c. Fix that by moving the protecting #ifdef directive.

Signed-off-by: Artemiy Volkov <artemiyv@acm.org>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/plausible.c