diff options
author | 2004-10-26 04:49:58 +0000 | |
---|---|---|
committer | 2004-10-26 04:49:58 +0000 | |
commit | 95521273b6853a98e4edf85a02d7037e6d19ca62 (patch) | |
tree | ef4fdb251fc95ae9fa2ed61673396c1a7e04cf7e /lib/libc/arch | |
parent | Add RAID volume page (diff) | |
download | wireguard-openbsd-95521273b6853a98e4edf85a02d7037e6d19ca62.tar.xz wireguard-openbsd-95521273b6853a98e4edf85a02d7037e6d19ca62.zip |
rcsid
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/hppa/net/Makefile.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/arch/hppa/net/Makefile.inc b/lib/libc/arch/hppa/net/Makefile.inc index 86017c7b155..597df911f24 100644 --- a/lib/libc/arch/hppa/net/Makefile.inc +++ b/lib/libc/arch/hppa/net/Makefile.inc @@ -1,2 +1,3 @@ -SRCS += ntohl.c ntohs.c htons.c htonl.c +# $OpenBSD: Makefile.inc,v 1.2 2004/10/26 04:49:58 mickey Exp $ +SRCS+= ntohl.c ntohs.c htons.c htonl.c |