X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=compat%2Fcheck_getpwuid.c;h=babeb742cabc6baa5d6367de48ef372da1fcc9bd;hb=59a778ae4bae182101c43f1acde08452a6542299;hp=c435eb89df035c48c6b33474fe1180d87d2b1710;hpb=045f0e455ac94e2393d0d729c9bbdf3459a4860f;p=notmuch diff --git a/compat/check_getpwuid.c b/compat/check_getpwuid.c index c435eb89..babeb742 100644 --- a/compat/check_getpwuid.c +++ b/compat/check_getpwuid.c @@ -1,7 +1,8 @@ #include #include -int main() +int +main () { struct passwd passwd, *ignored;