Re: [PATCH] 2.6.0-test4 SEQ_START_TOKEN net/* (2/6)

From: Kevin Brosius
Date: Tue Sep 09 2003 - 21:15:29 EST


This patch to net/appletalk/aarp.c seemed fine, however it seems it
changed prior to hitting the bk tree. The attached is needed to
compile.

--
Kevin# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1238 -> 1.1239
# net/appletalk/aarp.c 1.17 -> 1.18
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/09/09 cobra@xxxxxxxxxxxx 1.1239
# Fixup typo
# --------------------------------------------
#
diff -Nru a/net/appletalk/aarp.c b/net/appletalk/aarp.c
--- a/net/appletalk/aarp.c Tue Sep 9 22:05:25 2003
+++ b/net/appletalk/aarp.c Tue Sep 9 22:05:25 2003
@@ -941,7 +941,7 @@
iter->table = resolved;
iter->bucket = 0;

- return *pos ? iter_next(iter, pos) : SEQ_START_TOKEN);
+ return *pos ? iter_next(iter, pos) : SEQ_START_TOKEN;
}

static void *aarp_seq_next(struct seq_file *seq, void *v, loff_t *pos)