summaryrefslogtreecommitdiffstats
path: root/freebsd/crypto/sha2/sha2.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-03-08 08:56:25 -0600
commit03d4faf0865f56233e4a8339fda92d7192f456c6 (patch)
tree6c5732dca91814d2be90d66753570bf2b09a643d /freebsd/crypto/sha2/sha2.h
parentRevert move of contrib until more sorted out (diff)
downloadrtems-libbsd-03d4faf0865f56233e4a8339fda92d7192f456c6.tar.bz2
Begin to trim rtems/ from include file paths - start with freebsd
Diffstat (limited to '')
-rw-r--r--freebsd/crypto/sha2/sha2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/crypto/sha2/sha2.h b/freebsd/crypto/sha2/sha2.h
index 1277eb2c..a2443ca1 100644
--- a/freebsd/crypto/sha2/sha2.h
+++ b/freebsd/crypto/sha2/sha2.h
@@ -72,7 +72,7 @@ typedef unsigned long long u_int64_t; /* 8-bytes (64-bits) */
* uintXX_t types defined by very recent ANSI C standards and included
* in the file:
*
- * #include <rtems/freebsd/inttypes.h>
+ * #include <freebsd/inttypes.h>
*
* If you choose to use <inttypes.h> then please define:
*