Changeset 165dd8e in rtems-libbsd for freebsd/lib/libc/inet
- Timestamp:
- Apr 8, 2015, 1:37:49 PM (6 years ago)
- Branches:
- 4.11, b96abfd647154f10ea8f7fac68e25676636eded5, ea5d0c78038d92597983c0922a011a62f5dc2dea, aef7a74b94f8860c59438933239fb41314f1abb7, freebsd-9.3, 1b07480ddc93c10777eff5072e7621ed0c96d30c
- Children:
- b3ff71e
- Parents:
- 76395ec
- git-author:
- Sebastian Huber <sebastian.huber@…> (04/08/15 13:37:49)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/20/15 07:58:21)
- Location:
- freebsd/lib/libc/inet
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd/lib/libc/inet/inet_addr.c
r76395ec r165dd8e 69 69 #if defined(LIBC_SCCS) && !defined(lint) 70 70 static const char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; 71 static const char rcsid[] = "$Id: inet_addr.c,v 1. 4.18.1 2005/04/27 05:00:52sra Exp $";71 static const char rcsid[] = "$Id: inet_addr.c,v 1.5 2005/04/27 04:56:19 sra Exp $"; 72 72 #endif /* LIBC_SCCS and not lint */ 73 73 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/inet_cidr_ntop.c
r76395ec r165dd8e 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1. 4.18.3 2006/10/11 02:32:47marka Exp $";21 static const char rcsid[] = "$Id: inet_cidr_ntop.c,v 1.7 2006/10/11 02:18:18 marka Exp $"; 22 22 #endif 23 #include <sys/cdefs.h> 24 __FBSDID("$FreeBSD$"); 23 25 24 26 #include "port_before.h" -
freebsd/lib/libc/inet/inet_cidr_pton.c
r76395ec r165dd8e 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1. 5.18.1 2005/04/27 05:00:53sra Exp $";21 static const char rcsid[] = "$Id: inet_cidr_pton.c,v 1.6 2005/04/27 04:56:19 sra Exp $"; 22 22 #endif 23 23 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/inet_net_ntop.c
r76395ec r165dd8e 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: inet_net_ntop.c,v 1. 3.18.2 2006/06/20 02:51:32marka Exp $";21 static const char rcsid[] = "$Id: inet_net_ntop.c,v 1.5 2006/06/20 02:50:14 marka Exp $"; 22 22 #endif 23 23 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/inet_net_pton.c
r76395ec r165dd8e 2 2 3 3 /* 4 * Copyright ( c) 2004 byInternet Systems Consortium, Inc. ("ISC")5 * Copyright ( c) 1996,1999 byInternet Software Consortium.4 * Copyright (C) 2004, 2005, 2008 Internet Systems Consortium, Inc. ("ISC") 5 * Copyright (C) 1996, 1998, 1999, 2001, 2003 Internet Software Consortium. 6 6 * 7 * Permission to use, copy, modify, and distribute this software for any7 * Permission to use, copy, modify, and/or distribute this software for any 8 8 * purpose with or without fee is hereby granted, provided that the above 9 9 * copyright notice and this permission notice appear in all copies. 10 10 * 11 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES 12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF13 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR14 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES15 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN16 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT17 * OF OR IN CONNECTION WITH THE USE ORPERFORMANCE OF THIS SOFTWARE.11 * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH 12 * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY 13 * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, 14 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM 15 * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE 16 * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 17 * PERFORMANCE OF THIS SOFTWARE. 18 18 */ 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: inet_net_pton.c,v 1. 7.18.2 2008/08/26 04:42:43marka Exp $";21 static const char rcsid[] = "$Id: inet_net_pton.c,v 1.10 2008/11/14 02:36:51 marka Exp $"; 22 22 #endif 23 23 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/inet_neta.c
r76395ec r165dd8e 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: inet_neta.c,v 1. 2.18.1 2005/04/27 05:00:53sra Exp $";21 static const char rcsid[] = "$Id: inet_neta.c,v 1.3 2005/04/27 04:56:20 sra Exp $"; 22 22 #endif 23 23 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/inet_ntoa.c
r76395ec r165dd8e 32 32 #if defined(LIBC_SCCS) && !defined(lint) 33 33 static const char sccsid[] = "@(#)inet_ntoa.c 8.1 (Berkeley) 6/4/93"; 34 static const char rcsid[] = "$Id: inet_ntoa.c,v 1. 1.352.1 2005/04/27 05:00:54sra Exp $";34 static const char rcsid[] = "$Id: inet_ntoa.c,v 1.2 2005/04/27 04:56:21 sra Exp $"; 35 35 #endif /* LIBC_SCCS and not lint */ 36 36 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/inet_ntop.c
r76395ec r165dd8e 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: inet_ntop.c,v 1. 3.18.2 2005/11/03 23:02:22 marka Exp $";21 static const char rcsid[] = "$Id: inet_ntop.c,v 1.5 2005/11/03 22:59:52 marka Exp $"; 22 22 #endif /* LIBC_SCCS and not lint */ 23 23 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/inet_pton.c
r76395ec r165dd8e 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: inet_pton.c,v 1. 3.18.2 2005/07/28 07:38:07 marka Exp $";21 static const char rcsid[] = "$Id: inet_pton.c,v 1.5 2005/07/28 06:51:47 marka Exp $"; 22 22 #endif /* LIBC_SCCS and not lint */ 23 23 #include <sys/cdefs.h> -
freebsd/lib/libc/inet/nsap_addr.c
r76395ec r165dd8e 19 19 20 20 #if defined(LIBC_SCCS) && !defined(lint) 21 static const char rcsid[] = "$Id: nsap_addr.c,v 1. 3.18.2 2005/07/28 07:38:08 marka Exp $";21 static const char rcsid[] = "$Id: nsap_addr.c,v 1.5 2005/07/28 06:51:48 marka Exp $"; 22 22 #endif /* LIBC_SCCS and not lint */ 23 23 #include <sys/cdefs.h>
Note: See TracChangeset
for help on using the changeset viewer.