staticize `sigterm'
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
RCSID("$Id$");
|
||||
|
||||
RETSIGTYPE
|
||||
static RETSIGTYPE
|
||||
sigterm(int sig)
|
||||
{
|
||||
exit(0);
|
||||
|
@@ -4,7 +4,7 @@ RCSID("$Id$");
|
||||
|
||||
#ifdef HAVE_NDBM_H
|
||||
|
||||
krb5_error_code
|
||||
static krb5_error_code
|
||||
NDBM_close(krb5_context context, HDB *db)
|
||||
{
|
||||
DBM *d = (DBM*)db->db;
|
||||
|
Reference in New Issue
Block a user