diff options
Diffstat (limited to 'lib/libc/i386/net')
-rw-r--r-- | lib/libc/i386/net/htonl.S | 2 | ||||
-rw-r--r-- | lib/libc/i386/net/htons.S | 2 | ||||
-rw-r--r-- | lib/libc/i386/net/ntohl.S | 2 | ||||
-rw-r--r-- | lib/libc/i386/net/ntohs.S | 2 |
4 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc/i386/net/htonl.S b/lib/libc/i386/net/htonl.S index 48f1ca8..551a262 100644 --- a/lib/libc/i386/net/htonl.S +++ b/lib/libc/i386/net/htonl.S @@ -32,8 +32,6 @@ * 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. - * - * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) diff --git a/lib/libc/i386/net/htons.S b/lib/libc/i386/net/htons.S index 68f2b5a..8f21d42 100644 --- a/lib/libc/i386/net/htons.S +++ b/lib/libc/i386/net/htons.S @@ -32,8 +32,6 @@ * 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. - * - * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) diff --git a/lib/libc/i386/net/ntohl.S b/lib/libc/i386/net/ntohl.S index 7be9dee..13328a9 100644 --- a/lib/libc/i386/net/ntohl.S +++ b/lib/libc/i386/net/ntohl.S @@ -32,8 +32,6 @@ * 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. - * - * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) diff --git a/lib/libc/i386/net/ntohs.S b/lib/libc/i386/net/ntohs.S index 0f1d228..70a42d7 100644 --- a/lib/libc/i386/net/ntohs.S +++ b/lib/libc/i386/net/ntohs.S @@ -32,8 +32,6 @@ * 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. - * - * $FreeBSD$ */ #if defined(LIBC_RCS) && !defined(lint) |