summaryrefslogtreecommitdiff
path: root/mail/cyrus-imapd21/patches/patch-ad
blob: acb26f2a2c61e2d8d9684edc39589a01343ec092 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.2 2003/05/26 06:53:07 martti Exp $

--- imap/mbpath.c.orig	2003-02-13 22:15:28.000000000 +0200
+++ imap/mbpath.c	2003-05-21 10:20:05.000000000 +0300
@@ -96,7 +96,7 @@
 {
   char *path;
   int rc, i, quiet = 0, stop_on_error=0;
-  char opt;
+  int opt;
   char *alt_config = NULL;
 
   while ((opt = getopt(argc, argv, "C:qs")) != EOF) {