mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 11:02:44 +00:00
Use relative paths to find byte_swap_*.S to make it easier to use these
from libstand.
This commit is contained in:
parent
5e1202d5d3
commit
ac9a4fc876
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73886
@ -30,4 +30,4 @@
|
||||
|
||||
#define NAME htonl
|
||||
|
||||
#include <ia64/net/byte_swap_4.S>
|
||||
#include "byte_swap_4.S"
|
||||
|
@ -30,4 +30,4 @@
|
||||
|
||||
#define NAME htons
|
||||
|
||||
#include <ia64/net/byte_swap_2.S>
|
||||
#include "byte_swap_2.S"
|
||||
|
@ -30,4 +30,4 @@
|
||||
|
||||
#define NAME ntohl
|
||||
|
||||
#include <ia64/net/byte_swap_4.S>
|
||||
#include "byte_swap_4.S"
|
||||
|
@ -30,4 +30,4 @@
|
||||
|
||||
#define NAME ntohs
|
||||
|
||||
#include <ia64/net/byte_swap_2.S>
|
||||
#include "byte_swap_2.S"
|
||||
|
Loading…
Reference in New Issue
Block a user