diff options
Diffstat (limited to 'lib/libc/amd64/net/ntohs.S')
-rw-r--r-- | lib/libc/amd64/net/ntohs.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/amd64/net/ntohs.S b/lib/libc/amd64/net/ntohs.S index 4bed4a2..184a1e6 100644 --- a/lib/libc/amd64/net/ntohs.S +++ b/lib/libc/amd64/net/ntohs.S @@ -33,12 +33,12 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) .text - .asciz "$Id$" + .asciz "$FreeBSD$" #endif /* LIBC_RCS and not lint */ /* hostorder = ntohs(netorder) */ |