16 lines
314 B
Plaintext
16 lines
314 B
Plaintext
$NetBSD: patch-ab,v 1.2 2004/10/22 14:45:47 tv Exp $
|
|
|
|
--- ssmtp.c.orig Fri Jul 23 01:58:48 2004
|
|
+++ ssmtp.c
|
|
@@ -12,8 +12,9 @@
|
|
See COPYRIGHT for the license
|
|
|
|
*/
|
|
-#define VERSION "2.60.4"
|
|
+#define VERSION "2.61"
|
|
|
|
+#include <sys/types.h>
|
|
#include <sys/socket.h>
|
|
#include <netinet/in.h>
|
|
#include <sys/param.h>
|