summaryrefslogtreecommitdiff
path: root/sbin/dhclient
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dhclient')
-rw-r--r--sbin/dhclient/Makefile2
-rw-r--r--sbin/dhclient/alloc.c4
-rw-r--r--sbin/dhclient/bpf.c4
-rw-r--r--sbin/dhclient/clparse.c4
-rw-r--r--sbin/dhclient/conflex.c4
-rw-r--r--sbin/dhclient/convert.c4
-rw-r--r--sbin/dhclient/dhclient.c4
-rw-r--r--sbin/dhclient/dhcp.h4
-rw-r--r--sbin/dhclient/dhcpd.h4
-rw-r--r--sbin/dhclient/dhctoken.h4
-rw-r--r--sbin/dhclient/dispatch.c4
-rw-r--r--sbin/dhclient/errwarn.c4
-rw-r--r--sbin/dhclient/ethernet.c4
-rw-r--r--sbin/dhclient/hash.c4
-rw-r--r--sbin/dhclient/hash.h4
-rw-r--r--sbin/dhclient/icmp.c4
-rw-r--r--sbin/dhclient/inet.c4
-rw-r--r--sbin/dhclient/inet.h4
-rw-r--r--sbin/dhclient/memory.c4
-rw-r--r--sbin/dhclient/options.c4
-rw-r--r--sbin/dhclient/osdep.h4
-rw-r--r--sbin/dhclient/packet.c4
-rw-r--r--sbin/dhclient/parse.c4
-rw-r--r--sbin/dhclient/print.c4
-rw-r--r--sbin/dhclient/socket.c4
-rw-r--r--sbin/dhclient/sysconf.h4
-rw-r--r--sbin/dhclient/tables.c4
-rw-r--r--sbin/dhclient/tree.c4
-rw-r--r--sbin/dhclient/tree.h4
29 files changed, 57 insertions, 57 deletions
diff --git a/sbin/dhclient/Makefile b/sbin/dhclient/Makefile
index 6ecf774527e..dbe268154f7 100644
--- a/sbin/dhclient/Makefile
+++ b/sbin/dhclient/Makefile
@@ -1,4 +1,4 @@
-# Makefile
+# $OpenBSD: Makefile,v 1.3 2004/02/04 12:16:56 henning Exp $
#
# Copyright (c) 1996, 1997 The Internet Software Consortium.
# All rights reserved.
diff --git a/sbin/dhclient/alloc.c b/sbin/dhclient/alloc.c
index 7f747a3ab19..d940af6f28d 100644
--- a/sbin/dhclient/alloc.c
+++ b/sbin/dhclient/alloc.c
@@ -1,6 +1,6 @@
-/* alloc.c
+/* $OpenBSD: alloc.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- Memory allocation... */
+/* Memory allocation... */
/*
* Copyright (c) 1995, 1996, 1998 The Internet Software Consortium.
diff --git a/sbin/dhclient/bpf.c b/sbin/dhclient/bpf.c
index 5d82f2fbbe7..ea192985ab0 100644
--- a/sbin/dhclient/bpf.c
+++ b/sbin/dhclient/bpf.c
@@ -1,6 +1,6 @@
-/* bpf.c
+/* $OpenBSD: bpf.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- BPF socket interface code, originally contributed by Archie Cobbs. */
+/* BPF socket interface code, originally contributed by Archie Cobbs. */
/*
* Copyright (c) 1995, 1996, 1998, 1999
diff --git a/sbin/dhclient/clparse.c b/sbin/dhclient/clparse.c
index 0d65ae9ff28..77929fe2bad 100644
--- a/sbin/dhclient/clparse.c
+++ b/sbin/dhclient/clparse.c
@@ -1,6 +1,6 @@
-/* clparse.c
+/* $OpenBSD: clparse.c,v 1.5 2004/02/04 12:16:56 henning Exp $ */
- Parser for dhclient config and lease files... */
+/* Parser for dhclient config and lease files... */
/*
* Copyright (c) 1997 The Internet Software Consortium.
diff --git a/sbin/dhclient/conflex.c b/sbin/dhclient/conflex.c
index 5b4ffe266bb..508b6dcfc10 100644
--- a/sbin/dhclient/conflex.c
+++ b/sbin/dhclient/conflex.c
@@ -1,6 +1,6 @@
-/* conflex.c
+/* $OpenBSD: conflex.c,v 1.4 2004/02/04 12:16:56 henning Exp $ */
- Lexical scanner for dhcpd config file... */
+/* Lexical scanner for dhcpd config file... */
/*
* Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.
diff --git a/sbin/dhclient/convert.c b/sbin/dhclient/convert.c
index d435eb90c34..d97912dad40 100644
--- a/sbin/dhclient/convert.c
+++ b/sbin/dhclient/convert.c
@@ -1,6 +1,6 @@
-/* convert.c
+/* $OpenBSD: convert.c,v 1.4 2004/02/04 12:16:56 henning Exp $ */
- Safe copying of option values into and out of the option buffer, which
+/* Safe copying of option values into and out of the option buffer, which
can't be assumed to be aligned. */
/*
diff --git a/sbin/dhclient/dhclient.c b/sbin/dhclient/dhclient.c
index f7fc46ef328..7d0133ff1d4 100644
--- a/sbin/dhclient/dhclient.c
+++ b/sbin/dhclient/dhclient.c
@@ -1,6 +1,6 @@
-/* dhclient.c
+/* $OpenBSD: dhclient.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- DHCP Client. */
+/* DHCP Client. */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
diff --git a/sbin/dhclient/dhcp.h b/sbin/dhclient/dhcp.h
index b96ec3d096d..0ea1991eddc 100644
--- a/sbin/dhclient/dhcp.h
+++ b/sbin/dhclient/dhcp.h
@@ -1,6 +1,6 @@
-/* dhcp.h
+/* $OpenBSD: dhcp.h,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Protocol structures... */
+/* Protocol structures... */
/*
* Copyright (c) 1995, 1996 The Internet Software Consortium.
diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h
index 3b33a15a486..75a4a41cf5a 100644
--- a/sbin/dhclient/dhcpd.h
+++ b/sbin/dhclient/dhcpd.h
@@ -1,6 +1,6 @@
-/* dhcpd.h
+/* $OpenBSD: dhcpd.h,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- Definitions for dhcpd... */
+/* Definitions for dhcpd... */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
diff --git a/sbin/dhclient/dhctoken.h b/sbin/dhclient/dhctoken.h
index 2aeb5303af1..7b23242fbac 100644
--- a/sbin/dhclient/dhctoken.h
+++ b/sbin/dhclient/dhctoken.h
@@ -1,6 +1,6 @@
-/* dhctoken.h
+/* $OpenBSD: dhctoken.h,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Tokens for config file lexer and parser. */
+/* Tokens for config file lexer and parser. */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c
index 54ef5aba9e6..1edc57b4dde 100644
--- a/sbin/dhclient/dispatch.c
+++ b/sbin/dhclient/dispatch.c
@@ -1,6 +1,6 @@
-/* dispatch.c
+/* $OpenBSD: dispatch.c,v 1.4 2004/02/04 12:16:56 henning Exp $ */
- Network input dispatcher... */
+/* Network input dispatcher... */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
diff --git a/sbin/dhclient/errwarn.c b/sbin/dhclient/errwarn.c
index bc00b0b2d76..adc1dd60adb 100644
--- a/sbin/dhclient/errwarn.c
+++ b/sbin/dhclient/errwarn.c
@@ -1,6 +1,6 @@
-/* errwarn.c
+/* $OpenBSD: errwarn.c,v 1.4 2004/02/04 12:16:56 henning Exp $ */
- Errors and warnings... */
+/* Errors and warnings... */
/*
* Copyright (c) 1996 The Internet Software Consortium.
diff --git a/sbin/dhclient/ethernet.c b/sbin/dhclient/ethernet.c
index 1e83e7faf02..d2c83b9ce42 100644
--- a/sbin/dhclient/ethernet.c
+++ b/sbin/dhclient/ethernet.c
@@ -1,6 +1,6 @@
-/* packet.c
+/* $OpenBSD: ethernet.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- Packet assembly code, originally contributed by Archie Cobbs. */
+/* Packet assembly code, originally contributed by Archie Cobbs. */
/*
* Copyright (c) 1995, 1996 The Internet Software Consortium.
diff --git a/sbin/dhclient/hash.c b/sbin/dhclient/hash.c
index 2ead7f40944..c8bec57baec 100644
--- a/sbin/dhclient/hash.c
+++ b/sbin/dhclient/hash.c
@@ -1,6 +1,6 @@
-/* hash.c
+/* $OpenBSD: hash.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- Routines for manipulating hash tables... */
+/* Routines for manipulating hash tables... */
/*
* Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
diff --git a/sbin/dhclient/hash.h b/sbin/dhclient/hash.h
index 1bebb3140f8..ba30b8477f1 100644
--- a/sbin/dhclient/hash.h
+++ b/sbin/dhclient/hash.h
@@ -1,6 +1,6 @@
-/* hash.h
+/* $OpenBSD: hash.h,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Definitions for hashing... */
+/* Definitions for hashing... */
/*
* Copyright (c) 1995, 1996 The Internet Software Consortium.
diff --git a/sbin/dhclient/icmp.c b/sbin/dhclient/icmp.c
index 51f301da04c..4d2486d86cf 100644
--- a/sbin/dhclient/icmp.c
+++ b/sbin/dhclient/icmp.c
@@ -1,6 +1,6 @@
-/* icmp.c
+/* $OpenBSD: icmp.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- ICMP Protocol engine - for sending out pings and receiving
+/* ICMP Protocol engine - for sending out pings and receiving
responses. */
/*
diff --git a/sbin/dhclient/inet.c b/sbin/dhclient/inet.c
index 79166c16262..31580c6a139 100644
--- a/sbin/dhclient/inet.c
+++ b/sbin/dhclient/inet.c
@@ -1,6 +1,6 @@
-/* inet.c
+/* $OpenBSD: inet.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- Subroutines to manipulate internet addresses in a safely portable
+/* Subroutines to manipulate internet addresses in a safely portable
way... */
/*
diff --git a/sbin/dhclient/inet.h b/sbin/dhclient/inet.h
index 1cedc2331a2..9a6968f141d 100644
--- a/sbin/dhclient/inet.h
+++ b/sbin/dhclient/inet.h
@@ -1,6 +1,6 @@
-/* inet.h
+/* $OpenBSD: inet.h,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Portable definitions for internet addresses */
+/* Portable definitions for internet addresses */
/*
* Copyright (c) 1996 The Internet Software Consortium. All rights reserved.
diff --git a/sbin/dhclient/memory.c b/sbin/dhclient/memory.c
index d383320bf8a..e9eafb2f3c8 100644
--- a/sbin/dhclient/memory.c
+++ b/sbin/dhclient/memory.c
@@ -1,6 +1,6 @@
-/* memory.c
+/* $OpenBSD: memory.c,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Memory-resident database... */
+/* Memory-resident database... */
/*
* Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
diff --git a/sbin/dhclient/options.c b/sbin/dhclient/options.c
index e445dad97c0..0227a41b9ac 100644
--- a/sbin/dhclient/options.c
+++ b/sbin/dhclient/options.c
@@ -1,6 +1,6 @@
-/* options.c
+/* $OpenBSD: options.c,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- DHCP options parsing and reassembly. */
+/* DHCP options parsing and reassembly. */
/*
* Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
diff --git a/sbin/dhclient/osdep.h b/sbin/dhclient/osdep.h
index d1b4f185eaf..fcf07387dce 100644
--- a/sbin/dhclient/osdep.h
+++ b/sbin/dhclient/osdep.h
@@ -1,6 +1,6 @@
-/* osdep.h
+/* $OpenBSD: osdep.h,v 1.4 2004/02/04 12:16:56 henning Exp $ */
- Operating system dependencies... */
+/* Operating system dependencies... */
/*
* Copyright (c) 1996, 1997, 1998, 1999 The Internet Software Consortium.
diff --git a/sbin/dhclient/packet.c b/sbin/dhclient/packet.c
index 499f20cb1bf..e02760b4339 100644
--- a/sbin/dhclient/packet.c
+++ b/sbin/dhclient/packet.c
@@ -1,6 +1,6 @@
-/* packet.c
+/* $OpenBSD: packet.c,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Packet assembly code, originally contributed by Archie Cobbs. */
+/* Packet assembly code, originally contributed by Archie Cobbs. */
/*
* Copyright (c) 1995, 1996, 1999 The Internet Software Consortium.
diff --git a/sbin/dhclient/parse.c b/sbin/dhclient/parse.c
index 0d488f30d6e..c80de2976ff 100644
--- a/sbin/dhclient/parse.c
+++ b/sbin/dhclient/parse.c
@@ -1,6 +1,6 @@
-/* parse.c
+/* $OpenBSD: parse.c,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Common parser code for dhcpd and dhclient. */
+/* Common parser code for dhcpd and dhclient. */
/*
* Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
diff --git a/sbin/dhclient/print.c b/sbin/dhclient/print.c
index 4a80656ab47..94ed14fe770 100644
--- a/sbin/dhclient/print.c
+++ b/sbin/dhclient/print.c
@@ -1,6 +1,6 @@
-/* print.c
+/* $OpenBSD: print.c,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Turn data structures into printable text. */
+/* Turn data structures into printable text. */
/*
* Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium.
diff --git a/sbin/dhclient/socket.c b/sbin/dhclient/socket.c
index 13204ddcbd1..02db6f5c109 100644
--- a/sbin/dhclient/socket.c
+++ b/sbin/dhclient/socket.c
@@ -1,6 +1,6 @@
-/* socket.c
+/* $OpenBSD: socket.c,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- BSD socket interface code... */
+/* BSD socket interface code... */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
diff --git a/sbin/dhclient/sysconf.h b/sbin/dhclient/sysconf.h
index 5feb4c75c70..a238ecd1c61 100644
--- a/sbin/dhclient/sysconf.h
+++ b/sbin/dhclient/sysconf.h
@@ -1,6 +1,6 @@
-/* systat.h
+/* $OpenBSD: sysconf.h,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Definitions for systat protocol... */
+/* Definitions for systat protocol... */
/*
* Copyright (c) 1997 The Internet Software Consortium.
diff --git a/sbin/dhclient/tables.c b/sbin/dhclient/tables.c
index d336516c01c..dcb60b140d4 100644
--- a/sbin/dhclient/tables.c
+++ b/sbin/dhclient/tables.c
@@ -1,6 +1,6 @@
-/* tables.c
+/* $OpenBSD: tables.c,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Tables of information... */
+/* Tables of information... */
/*
* Copyright (c) 1995, 1996 The Internet Software Consortium.
diff --git a/sbin/dhclient/tree.c b/sbin/dhclient/tree.c
index f4653b6f2c6..f2280f59369 100644
--- a/sbin/dhclient/tree.c
+++ b/sbin/dhclient/tree.c
@@ -1,6 +1,6 @@
-/* tree.c
+/* $OpenBSD: tree.c,v 1.3 2004/02/04 12:16:56 henning Exp $ */
- Routines for manipulating parse trees... */
+/* Routines for manipulating parse trees... */
/*
* Copyright (c) 1995, 1996, 1997 The Internet Software Consortium.
diff --git a/sbin/dhclient/tree.h b/sbin/dhclient/tree.h
index c2df41f52b1..7424046c0e3 100644
--- a/sbin/dhclient/tree.h
+++ b/sbin/dhclient/tree.h
@@ -1,6 +1,6 @@
-/* tree.h
+/* $OpenBSD: tree.h,v 1.2 2004/02/04 12:16:56 henning Exp $ */
- Definitions for address trees... */
+/* Definitions for address trees... */
/*
* Copyright (c) 1995 The Internet Software Consortium. All rights reserved.