Login
User Name:

Password:



Register

Forgot your password?
do_owhere recursive
Author: Khonsu
Submitted by: Khonsu
Changes list / Addchange
Author: Khonsu
Submitted by: Khonsu
6Dragons mp3 sound pack
Author: Vladaar
Submitted by: Vladaar
AFKMud 2.2.3
Author: AFKMud Team
Submitted by: Samson
SWFOTEFUSS 1.5
Author: Various
Submitted by: Samson
Users Online
Bing

Members: 0
Guests: 25
Stats
Files
Topics
Posts
Members
Newest Member
489
3,791
19,644
596
Elwood

Today's Birthdays
There are no member birthdays today.
» SmaugMuds » General » Smaug Snippets » SmaugFUSS 1.9 sha256.c diff f...
Forum Rules | Mark all | Recent Posts

SmaugFUSS 1.9 sha256.c diff for OpenBSD admins
< Newer Topic :: Older Topic > A minor but hopefully useful diff.

Pages:<< prev 1 next >>
Post is unread #1 Jun 7, 2013 9:51 am   
Go to the top of the page
Go to the bottom of the page

Krell
Fledgling
GroupMembers
Posts8
JoinedJun 7, 2013

 
#Don't forget to comment out NEED_DL = -ldl in src/Makefile is
#compiling on a *BSD.

--- sha256.c    Fri Jun  7 08:42:33 2013
+++ sha256.c    Fri Jun  7 08:40:50 2013
@@ -29,7 +29,7 @@
 #include 
 #if !defined(WIN32)
 #include 
-#if defined(__FreeBSD__)
+#if defined(__OpenBSD__) || defined(__FreeBSD__)
 #include 
 #else
 #include 

Pages:<< prev 1 next >>