Changeset e3a7f9b in code
- Timestamp:
- Jan 8, 2010, 11:22:40 AM (15 years ago)
- Branches:
- master
- Children:
- 1da9ee5
- Parents:
- cd7b81d
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
cmd.c
rcd7b81d re3a7f9b 15 15 */ 16 16 17 #ifndef lint18 static const char rcsid[] = "$ABSD: cmd.c,v 1.21 2010/01/03 20:54:18 kmerz Exp $";19 #endif /* not lint */20 21 17 #include <sys/param.h> 22 18 #include <sys/queue.h> -
dns.c
rcd7b81d re3a7f9b 15 15 * OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 16 */ 17 18 #ifndef lint19 static const char rcsid[] = "$ABSD: dns.c,v 1.2 2010/01/03 01:30:00 kmerz Exp $";20 #endif /* not lint */21 17 22 18 #include <sys/param.h> -
icb.c
rcd7b81d re3a7f9b 14 14 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15 15 */ 16 17 #ifndef lint18 static const char rcsid[] = "$ABSD: icb.c,v 1.23 2010/01/03 20:54:18 kmerz Exp $";19 #endif /* not lint */20 16 21 17 #include <sys/param.h> -
icbd.c
rcd7b81d re3a7f9b 15 15 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16 16 */ 17 18 #ifndef lint19 static const char rcsid[] = "$ABSD: icbd.c,v 1.22 2010/01/03 20:54:18 kmerz Exp $";20 #endif /* not lint */21 17 22 18 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.