diff options
author | 2007-11-28 11:46:35 +0000 | |
---|---|---|
committer | 2007-11-28 11:46:35 +0000 | |
commit | e683ccb843d599b2de4b1beefdb9cd77a657ab5d (patch) | |
tree | 6bdcff3db0093726e7b67279d761e350a47f36f7 /sys/lib/libkern/arch/vax/bcmp.S | |
parent | unref the label when free'ing a protocol node (diff) | |
download | wireguard-openbsd-e683ccb843d599b2de4b1beefdb9cd77a657ab5d.tar.xz wireguard-openbsd-e683ccb843d599b2de4b1beefdb9cd77a657ab5d.zip |
place a comment as to why these are otherwise empty
Diffstat (limited to 'sys/lib/libkern/arch/vax/bcmp.S')
-rw-r--r-- | sys/lib/libkern/arch/vax/bcmp.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/lib/libkern/arch/vax/bcmp.S b/sys/lib/libkern/arch/vax/bcmp.S index e69de29bb2d..33ba5c2da5c 100644 --- a/sys/lib/libkern/arch/vax/bcmp.S +++ b/sys/lib/libkern/arch/vax/bcmp.S @@ -0,0 +1 @@ +/* No code here since kernel impliments this itself */ |