https://github.com/torvalds/linux
Revision 837d107cd101fbf734e9ea2bbb5c7336a329e432 authored by Ian McDonald on 27 August 2006, 02:06:42 UTC, committed by David S. Miller on 27 August 2006, 02:06:42 UTC
This adds a new function to see if two sequence numbers follow each
other.

Signed off by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent e6bccd3
Raw File
Tip revision: 837d107cd101fbf734e9ea2bbb5c7336a329e432 authored by Ian McDonald on 27 August 2006, 02:06:42 UTC
[DCCP]: Introduces follows48 function
Tip revision: 837d107
.gitignore
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
# Normal rules
#
.*
*.o
*.a
*.s
*.ko
*.so
*.mod.c

#
# Top-level generic files
#
tags
vmlinux*
System.map
Module.symvers

#
# Generated include files
#
include/asm
include/asm-*/asm-offsets.h
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
include/linux/utsrelease.h

# stgit generated dirs
patches-*

# quilt's files
patches
series
back to top