Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/usr.sbin/dhcp Pull up differences between 1.3 and 1.4
details: https://anonhg.NetBSD.org/src/rev/44a8b2b50d6f
branches: netbsd-1-5
changeset: 488637:44a8b2b50d6f
user: mellon <mellon%NetBSD.org@localhost>
date: Sat Jul 22 05:00:54 2000 +0000
description:
Pull up differences between 1.3 and 1.4
diffstat:
usr.sbin/dhcp/includes/version.h | 2 +-
usr.sbin/dhcp/omapip/dispatch.c | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 1940894795c9 -r 44a8b2b50d6f usr.sbin/dhcp/includes/version.h
--- a/usr.sbin/dhcp/includes/version.h Sat Jul 22 05:00:19 2000 +0000
+++ b/usr.sbin/dhcp/includes/version.h Sat Jul 22 05:00:54 2000 +0000
@@ -1,3 +1,3 @@
/* Current version of ISC DHCP Distribution. */
-#define DHCP_VERSION "V3.0b2pl0-20000708"
+#define DHCP_VERSION "V3.0b2pl0-20000719"
diff -r 1940894795c9 -r 44a8b2b50d6f usr.sbin/dhcp/omapip/dispatch.c
--- a/usr.sbin/dhcp/omapip/dispatch.c Sat Jul 22 05:00:19 2000 +0000
+++ b/usr.sbin/dhcp/omapip/dispatch.c Sat Jul 22 05:00:54 2000 +0000
@@ -122,6 +122,7 @@
omapi_io_reference (&ph, obj, MDL);
/* remove from the list of I/O states */
+ last = &omapi_io_states;
for (p = omapi_io_states.next; p; p = p -> next) {
if (p == obj) {
omapi_io_dereference (&last -> next, MDL);
Home |
Main Index |
Thread Index |
Old Index