diff options
Diffstat (limited to 'lib/libc/amd64/net/htons.S')
-rw-r--r-- | lib/libc/amd64/net/htons.S | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/amd64/net/htons.S b/lib/libc/amd64/net/htons.S index 6b3fbb0..238dfc2 100644 --- a/lib/libc/amd64/net/htons.S +++ b/lib/libc/amd64/net/htons.S @@ -32,11 +32,14 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $Id$ */ -#if defined(LIBC_SCCS) && !defined(lint) - .asciz "@(#)htons.s 5.2 (Berkeley) 12/17/90" -#endif /* LIBC_SCCS and not lint */ +#if defined(LIBC_RCS) && !defined(lint) + .text + .asciz "$Id$" +#endif /* LIBC_RCS and not lint */ /* netorder = htons(hostorder) */ |