diff options
author | 2004-05-24 06:22:45 +0000 | |
---|---|---|
committer | 2004-05-24 06:22:45 +0000 | |
commit | 5b94e301b8dc7e14097cddc26057b021195bd003 (patch) | |
tree | 77dd5e695f860f6f90905c2b455bab029028ff7c | |
parent | missing close(2). Andrey Matveev (diff) | |
download | wireguard-openbsd-5b94e301b8dc7e14097cddc26057b021195bd003.tar.xz wireguard-openbsd-5b94e301b8dc7e14097cddc26057b021195bd003.zip |
typo; From: Andrey Matveev <andrushock@korovino.net>
-rw-r--r-- | usr.sbin/dhcpd/dhcp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcpd/dhcp.c b/usr.sbin/dhcpd/dhcp.c index 10278f81dd4..b7e5cf5c0d6 100644 --- a/usr.sbin/dhcpd/dhcp.c +++ b/usr.sbin/dhcpd/dhcp.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: dhcp.c,v 1.12 2004/05/24 06:22:45 henning Exp $ */ /* * Copyright (c) 1995, 1996, 1997, 1998, 1999 |