--- embedaddon/sudo/src/sudo_noexec.c 2012/05/29 12:26:49 1.1.1.2 +++ embedaddon/sudo/src/sudo_noexec.c 2013/07/22 10:46:13 1.1.1.4 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004-2005, 2010-2011 Todd C. Miller + * Copyright (c) 2004-2005, 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 @@ -41,22 +41,22 @@ } #define DUMMY2(fn, t1, t2) \ -int \ +__dso_public int \ fn(t1 a1, t2 a2) \ DUMMY_BODY #define DUMMY3(fn, t1, t2, t3) \ -int \ +__dso_public int \ fn(t1 a1, t2 a2, t3 a3) \ DUMMY_BODY #define DUMMY6(fn, t1, t2, t3, t4, t5, t6) \ -int \ +__dso_public int \ fn(t1 a1, t2 a2, t3 a3, t4 a4, t5 a5, t6 a6) \ DUMMY_BODY #define DUMMY_VA(fn, t1, t2) \ -int \ +__dso_public int \ fn(t1 a1, t2 a2, ...) \ DUMMY_BODY