staticize `sigterm'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-15 15:16:30 +00:00
parent d7c133863f
commit 092b9a267e
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
RCSID("$Id$"); RCSID("$Id$");
RETSIGTYPE static RETSIGTYPE
sigterm(int sig) sigterm(int sig)
{ {
exit(0); exit(0);

View File

@@ -4,7 +4,7 @@ RCSID("$Id$");
#ifdef HAVE_NDBM_H #ifdef HAVE_NDBM_H
krb5_error_code static krb5_error_code
NDBM_close(krb5_context context, HDB *db) NDBM_close(krb5_context context, HDB *db)
{ {
DBM *d = (DBM*)db->db; DBM *d = (DBM*)db->db;