[ntp:bk-ntp-stable-send] BitKeeper patch

Harlan Stenn stenn at whimsy.udel.edu
Tue Nov 25 01:18:44 PST 2003


This BitKeeper patch contains the following changesets:
stenn at whimsy.udel.edu|ChangeSet|20031125091729|18784

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# ID:	stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
# User:	stenn
# Host:	whimsy.udel.edu
# Root:	/backroom/ntp-stable

#
#--- 1.27/ntpdc/ntpdc_ops.c	Tue Oct  7 17:10:28 2003
#+++ 1.28/ntpdc/ntpdc_ops.c	Tue Nov 25 04:17:14 2003
#@@ -301,7 +301,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -391,7 +391,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -674,7 +674,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -748,7 +748,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -846,7 +846,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -909,7 +909,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -1006,7 +1006,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -1072,7 +1072,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -1134,7 +1134,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -1193,7 +1193,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -1614,7 +1614,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -1899,7 +1899,7 @@
# 			  &items, &itemsize, &struct_star, 0, 
# 			  sizeof(struct info_monitor));
# 	
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -2268,7 +2268,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -2326,7 +2326,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -2567,7 +2567,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!check1item(items, fp))
#@@ -2642,7 +2642,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -2815,7 +2815,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 
# 	if (!checkitems(items, fp))
#@@ -2903,7 +2903,7 @@
# 		goto again;
# 	}
# 
#-	if (res != 0 && items == 0)
#+	if (res != 0)
# 	    return;
# 	if (!check1item(items, fp))
# 	    return;
#

# Diff checksum=c8c1987e


# Patch vers:	1.3
# Patch type:	REGULAR

== ChangeSet ==
stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
stenn at whimsy.udel.edu|ChangeSet|20031122074738|18775
D 1.1167 03/11/25 04:17:29-05:00 stenn at whimsy.udel.edu +1 -0
B stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
C
c [Bug 243] error handling bug in ntpdc (from Matthias Drochner)
K 18784
P ChangeSet
------------------------------------------------

0a0
> stenn at whimsy.udel.edu|ntpdc/ntpdc_ops.c|19990526004819|01635|3aed0663 stenn at whimsy.udel.edu|ntpdc/ntpdc_ops.c|20031125091714|44835

== ntpdc/ntpdc_ops.c ==
stenn at whimsy.udel.edu|ntpdc/ntpdc_ops.c|19990526004819|01635|3aed0663
stenn at whimsy.udel.edu|ntpdc/ntpdc_ops.c|20031007211028|61395
D 1.28 03/11/25 04:17:14-05:00 stenn at whimsy.udel.edu +18 -18
B stenn at whimsy.udel.edu|ChangeSet|19990526004811|57482|8983e65c737bb465
C
c [Bug 243] error handling bug in ntpdc (from Matthias Drochner)
K 44835
O -rw-rw-r--
P ntpdc/ntpdc_ops.c
------------------------------------------------

D304 1
I304 1
	if (res != 0)
D394 1
I394 1
	if (res != 0)
D677 1
I677 1
	if (res != 0)
D751 1
I751 1
	if (res != 0)
D849 1
I849 1
	if (res != 0)
D912 1
I912 1
	if (res != 0)
D1009 1
I1009 1
	if (res != 0)
D1075 1
I1075 1
	if (res != 0)
D1137 1
I1137 1
	if (res != 0)
D1196 1
I1196 1
	if (res != 0)
D1617 1
I1617 1
	if (res != 0)
D1902 1
I1902 1
	if (res != 0)
D2271 1
I2271 1
	if (res != 0)
D2329 1
I2329 1
	if (res != 0)
D2570 1
I2570 1
	if (res != 0)
D2645 1
I2645 1
	if (res != 0)
D2818 1
I2818 1
	if (res != 0)
D2906 1
I2906 1
	if (res != 0)

# Patch checksum=c95fa08b



More information about the bk-ntp-stable-send mailing list