mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Various Makefile cleanups - Added protection for config files, including group creation/ deletion - Incorporated patches from http://bugs.debian.org/ssmtp to fix compiler warnings PR: ports/114945 Submitted by: znerd Reviewed by: stas
10 lines
381 B
C
10 lines
381 B
C
--- ./ssmtp.h.orig 2002-09-27 09:18:24.000000000 -0400
|
|
+++ ./ssmtp.h 2008-11-17 18:55:03.000000000 -0500
|
|
@@ -37,5 +37,5 @@
|
|
void get_arpadate(char *);
|
|
|
|
/* base64.c */
|
|
-void to64frombits(unsigned char *, const unsigned char *, int);
|
|
-int from64tobits(char *, const char *);
|
|
+void to64frombits(char *, const unsigned char *, int);
|
|
+int from64tobits(unsigned char *, const char *);
|