]> git.sur5r.net Git - openldap/blobdiff - libraries/liblutil/signal.c
Fix up abandon merge. Hallvard will holler if I get this wrong. :-)
[openldap] / libraries / liblutil / signal.c
index 4c2b513fd19285642f9e41a25482a9119b6eb6dc..504ddebaa111558f2e2a29c17c1a1c19e8576d11 100644 (file)
@@ -1,6 +1,6 @@
 /* $OpenLDAP$ */
 /*
- * Copyright 2000 The OpenLDAP Foundation
+ * Copyright 2000-2002 The OpenLDAP Foundation
  * COPYING RESTRICTIONS APPLY.  See COPYRIGHT File in top level directory
  * of this package for details.
  */
@@ -14,7 +14,6 @@
 lutil_sig_t
 lutil_sigaction(int sig, lutil_sig_t func)
 {
-       int rc;
        struct sigaction action, oaction;
 
        memset( &action, '\0', sizeof(action) );