--- embedaddon/sudo/compat/mksiglist.c 2012/10/09 09:29:52 1.1.1.2 +++ embedaddon/sudo/compat/mksiglist.c 2013/07/22 10:46:11 1.1.1.3 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010-2011 Todd C. Miller + * Copyright (c) 2010-2012 Todd C. Miller * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -31,6 +31,8 @@ #include #include "missing.h" + +__dso_public int main(int argc, char *argv[]); int main(int argc, char *argv[])