Use relative paths to find byte_swap_*.S to make it easier to use these

from libstand.
This commit is contained in:
Doug Rabson 2001-03-06 16:08:19 +00:00
parent 5e1202d5d3
commit ac9a4fc876
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=73886
4 changed files with 4 additions and 4 deletions

View File

@ -30,4 +30,4 @@
#define NAME htonl
#include <ia64/net/byte_swap_4.S>
#include "byte_swap_4.S"

View File

@ -30,4 +30,4 @@
#define NAME htons
#include <ia64/net/byte_swap_2.S>
#include "byte_swap_2.S"

View File

@ -30,4 +30,4 @@
#define NAME ntohl
#include <ia64/net/byte_swap_4.S>
#include "byte_swap_4.S"

View File

@ -30,4 +30,4 @@
#define NAME ntohs
#include <ia64/net/byte_swap_2.S>
#include "byte_swap_2.S"