summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-04-08 02:07:51 +0200
committerDan McGee <dan@archlinux.org>2008-04-08 02:27:35 +0200
commit57acfced0d1b0d6fdff34bf778c92f04c9814a52 (patch)
tree1573f8e97a9f36429b1fca6324f4622a2a03c784 /src
parent83c4b2aebbb7d2a71eecc672987deca1d4846f0b (diff)
downloadpacman-57acfced0d1b0d6fdff34bf778c92f04c9814a52.tar.gz
pacman-57acfced0d1b0d6fdff34bf778c92f04c9814a52.tar.xz
Update configure.ac to current code
Remove a few functions and things that were unnecessary, update the help line calls to the current function name, and make the small change to pacman.c for the signal handler return type that is defined in config.h. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'src')
-rw-r--r--src/pacman/pacman.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pacman/pacman.c b/src/pacman/pacman.c
index 7240e0fa..9468d51c 100644
--- a/src/pacman/pacman.c
+++ b/src/pacman/pacman.c
@@ -208,7 +208,7 @@ static void cleanup(int ret) {
* in a consistant state.
* @param signum the thrown signal
*/
-static void handler(int signum)
+static RETSIGTYPE handler(int signum)
{
if(signum==SIGSEGV)
{