svn commit: r567984 - head/mail/qpopper/files

Eugene Grosbein eugen at FreeBSD.org
Wed Mar 10 06:08:25 UTC 2021


Author: eugen
Date: Wed Mar 10 06:08:24 2021
New Revision: 567984
URL: https://svnweb.freebsd.org/changeset/ports/567984

Log:
  mail/qpopper: small patch cleanup
  
  Avoid duplicate #include <sys/types.h>

Modified:
  head/mail/qpopper/files/patch-popper__hmac.c

Modified: head/mail/qpopper/files/patch-popper__hmac.c
==============================================================================
--- head/mail/qpopper/files/patch-popper__hmac.c	Wed Mar 10 05:36:22 2021	(r567983)
+++ head/mail/qpopper/files/patch-popper__hmac.c	Wed Mar 10 06:08:24 2021	(r567984)
@@ -1,15 +1,14 @@
---- popper/hmac.c.orig	2008-06-27 17:40:15.000000000 -0700
-+++ popper/hmac.c	2011-06-08 21:57:42.000000000 -0700
-@@ -13,7 +13,11 @@
+--- popper/hmac.c.orig	2008-06-28 08:40:15.000000000 +0800
++++ popper/hmac.c	2021-03-10 13:06:10.554159000 +0700
+@@ -13,7 +13,10 @@
  #include <stdio.h>
  #include <string.h>
  #include <sys/types.h>
 -#include "md5.h"
-+#include <sys/types.h>
 +#include <md5.h>
 +
 +#define UINT4 u_int32_t
 +
  #include "hmac-md5.h"
  
-
+ 


More information about the svn-ports-head mailing list