]> git.sur5r.net Git - bacula/bacula/commitdiff
FreeBSD recently added SIGLWP to sys/signal.h, uncovering this typo.
authorLandon Fuller <landonf@opendarwin.org>
Sun, 20 Nov 2005 21:53:08 +0000 (21:53 +0000)
committerLandon Fuller <landonf@opendarwin.org>
Sun, 20 Nov 2005 21:53:08 +0000 (21:53 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2608 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/lib/signal.c

index f9be096f4ded48f00b25b897ab66a83b9c6e29c3..3b06e2f08a31df3ff507968dce583740605f1d00 100644 (file)
@@ -245,7 +245,7 @@ void init_signals(void terminate(int sig))
    sig_names[SIGWAITING] = _("No runnable lwp");
 #endif
 #ifdef SIGLWP
-   sig_name[SIGLWP]     = _("SIGLWP special signal used by thread library");
+   sig_names[SIGLWP]    = _("SIGLWP special signal used by thread library");
 #endif
 #ifdef SIGFREEZE
    sig_names[SIGFREEZE] = _("Checkpoint Freeze");