Files
pkgsrc-ng/net/waste/patches/patch-ac
2013-09-26 17:14:40 +02:00

16 lines
321 B
Plaintext

$NetBSD: patch-ac,v 1.1.1.1 2003/06/05 01:00:45 jschauma Exp $
--- srvmain.cpp.orig 2003-05-31 11:55:08.000000000 -0400
+++ srvmain.cpp 2003-05-31 11:55:47.000000000 -0400
@@ -28,7 +28,10 @@
*/
#include "main.h"
+
+#ifndef __NetBSD__
#include "md5.h"
+#endif
#include "m_upload.h"
#include "m_chat.h"