SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,11 @@
--- bytes.h.orig Sat Jan 2 09:50:14 2010
+++ bytes.h Mon Jan 4 10:59:59 2010
@@ -78,7 +78,7 @@ typedef unsigned char uint8_t;
// ok, we assume to have the same float word order and byte order if float word order is not defined
#ifndef __FLOAT_WORD_ORDER
-#warning "Float word order not defined, assuming the same as byte order!"
+/* #warning "Float word order not defined, assuming the same as byte order!" */
#define __FLOAT_WORD_ORDER __BYTE_ORDER
#endif