diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-20 05:35:34 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-20 05:35:34 +0000 |
commit | 4fad2687d47dc1c3a0daefdc0ebf7e4146849be0 (patch) | |
tree | 7d0b39794824819bb17f65c3fe317f90a7bd80eb /usr.sbin/dhcpd | |
parent | 21b3fb8fe8f9ba7c7937a19d5fc0e078633cb938 (diff) |
$OpenBSD$
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r-- | usr.sbin/dhcpd/confpars.c | 4 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dhcp.c | 4 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.h | 4 | ||||
-rw-r--r-- | usr.sbin/dhcpd/dispatch.c | 4 | ||||
-rw-r--r-- | usr.sbin/dhcpd/icmp.c | 6 | ||||
-rw-r--r-- | usr.sbin/dhcpd/memory.c | 2 | ||||
-rw-r--r-- | usr.sbin/dhcpd/print.c | 2 | ||||
-rw-r--r-- | usr.sbin/dhcpd/tree.c | 2 |
8 files changed, 9 insertions, 19 deletions
diff --git a/usr.sbin/dhcpd/confpars.c b/usr.sbin/dhcpd/confpars.c index 0f099ad4725..08f0fca8300 100644 --- a/usr.sbin/dhcpd/confpars.c +++ b/usr.sbin/dhcpd/confpars.c @@ -1,6 +1,4 @@ -/* confpars.c - - Parser for dhcpd config file... */ +/* $OpenBSD: confpars.c,v 1.7 2004/04/20 05:35:33 henning Exp $ */ /* * Copyright (c) 1995, 1996, 1997 The Internet Software Consortium. diff --git a/usr.sbin/dhcpd/dhcp.c b/usr.sbin/dhcpd/dhcp.c index 9a5ca70cb62..8616dcc1835 100644 --- a/usr.sbin/dhcpd/dhcp.c +++ b/usr.sbin/dhcpd/dhcp.c @@ -1,6 +1,4 @@ -/* dhcp.c - - DHCP Protocol engine. */ +/* $OpenBSD */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 diff --git a/usr.sbin/dhcpd/dhcpd.h b/usr.sbin/dhcpd/dhcpd.h index 2d98c03cb28..ef5b32154c5 100644 --- a/usr.sbin/dhcpd/dhcpd.h +++ b/usr.sbin/dhcpd/dhcpd.h @@ -1,6 +1,4 @@ -/* dhcpd.h - - Definitions for dhcpd... */ +/* $OpenBSD: dhcpd.h,v 1.9 2004/04/20 05:35:33 henning Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 diff --git a/usr.sbin/dhcpd/dispatch.c b/usr.sbin/dhcpd/dispatch.c index f0fa2894951..e5f57fefab1 100644 --- a/usr.sbin/dhcpd/dispatch.c +++ b/usr.sbin/dhcpd/dispatch.c @@ -1,6 +1,4 @@ -/* dispatch.c - - Network input dispatcher... */ +/* $OpenBSD: dispatch.c,v 1.8 2004/04/20 05:35:33 henning Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 diff --git a/usr.sbin/dhcpd/icmp.c b/usr.sbin/dhcpd/icmp.c index d8e09fa312e..f1503d54762 100644 --- a/usr.sbin/dhcpd/icmp.c +++ b/usr.sbin/dhcpd/icmp.c @@ -1,8 +1,4 @@ -/* - * icmp.c - * - * ICMP Protocol engine - for sending out pings and receiving responses. - */ +/* $OpenBSD */ /* * Copyright (c) 1997, 1998 The Internet Software Consortium. diff --git a/usr.sbin/dhcpd/memory.c b/usr.sbin/dhcpd/memory.c index c94fe845821..178dce9acda 100644 --- a/usr.sbin/dhcpd/memory.c +++ b/usr.sbin/dhcpd/memory.c @@ -1,3 +1,5 @@ +/* $OpenBSD: memory.c,v 1.6 2004/04/20 05:35:33 henning Exp $ */ + /* * Copyright (c) 1995, 1996, 1997, 1998 The Internet Software Consortium. * All rights reserved. diff --git a/usr.sbin/dhcpd/print.c b/usr.sbin/dhcpd/print.c index 3223a08b2e8..c20267922d5 100644 --- a/usr.sbin/dhcpd/print.c +++ b/usr.sbin/dhcpd/print.c @@ -1,4 +1,4 @@ -/* $Id: print.c,v 1.5 2004/04/18 00:43:27 deraadt Exp $ */ +/* $OpenBSD: print.c,v 1.6 2004/04/20 05:35:33 henning Exp $ */ /* Turn data structures into printable text. */ diff --git a/usr.sbin/dhcpd/tree.c b/usr.sbin/dhcpd/tree.c index c6267688dee..b90b7499608 100644 --- a/usr.sbin/dhcpd/tree.c +++ b/usr.sbin/dhcpd/tree.c @@ -1,4 +1,4 @@ -/* $Id: tree.c,v 1.7 2004/04/18 00:43:27 deraadt Exp $ */ +/* $OpenBSD: tree.c,v 1.8 2004/04/20 05:35:33 henning Exp $ */ /* Routines for manipulating parse trees... */ |