K 10 svn:author V 4 jkim K 8 svn:date V 27 2010-06-11T23:38:25.503075Z K 7 svn:log V 301 Apply band-aid around function-like macro fdrop() without turning it into a real (inline) function or applying void casting for all its consumers. In most of places, the "return value" is not checked nor assigned, which causes too many warnings for some smart compilers, i.e., clang. Found by: clang END