aboutsummaryrefslogtreecommitdiff
path: root/jabberd/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-08-19 22:43:22 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-08-19 22:43:22 +0000
commit1fa149c03f228d9ab2f55086a0eb3337cdb59992 (patch)
tree009c0e8199514874b7d64e7e4f0aa4551b1ce56a /jabberd/main.c
parent84a1fcae3b0801a350e77038cfe01c8d0af95ff2 (diff)
downloadgsc-1fa149c03f228d9ab2f55086a0eb3337cdb59992.tar.gz
gsc-1fa149c03f228d9ab2f55086a0eb3337cdb59992.tar.bz2
* jabberd/jabberd.h (getmaxfd): moved to gsc.h
* jabberd/main.c (stderr_printer): Minor fix * wydawca/triplet.c (triplet_processor): Minor fix * wydawca/verify.c (verify_triplet): Save owner gid in reg. Call verify_detached_signature * wydawca/wydawca.h (struct file_register): New member gid. (verify_detached_signature): New function * wydawca/gpg.c (verify_detached_signature): New function * lib/Makefile.am: Add userprivs.c * lib/userprivs.c: New file git-svn-id: file:///svnroot/gsc/trunk@277 d2de0444-eb31-0410-8365-af798a554d48
Diffstat (limited to 'jabberd/main.c')
-rw-r--r--jabberd/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabberd/main.c b/jabberd/main.c
index 6a98467..f8c3833 100644
--- a/jabberd/main.c
+++ b/jabberd/main.c
@@ -47,7 +47,7 @@ syslog_printer (int prio, const char *fmt, va_list ap)
void
stderr_printer (int prio, const char *fmt, va_list ap)
{
- char *p = gsc_syslog_priority_to_str (prio);
+ const char *p = gsc_syslog_priority_to_str (prio);
fprintf (stderr, "%s: ", progname);
if (p)

Return to:

Send suggestions and report system problems to the System administrator.