diff options
author | 2008-07-21 15:05:58 +0200 | |
---|---|---|
committer | 2008-07-21 15:05:58 +0200 | |
commit | 1c29dd9a9e2f83ffb02e50bb3619c3b9db8fd526 (patch) | |
tree | b5691dd5aa48ac32fdbaef44afcbcc92f01592d3 /net/unix/af_unix.c | |
parent | x86: suppress sparse returning void warnings (diff) | |
parent | Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux (diff) | |
download | wireguard-linux-1c29dd9a9e2f83ffb02e50bb3619c3b9db8fd526.tar.xz wireguard-linux-1c29dd9a9e2f83ffb02e50bb3619c3b9db8fd526.zip |
Merge branch 'linus' into x86/paravirt-spinlocks
Diffstat (limited to 'net/unix/af_unix.c')
-rw-r--r-- | net/unix/af_unix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/unix/af_unix.c b/net/unix/af_unix.c index 783317dacd30..70ceb1604ad8 100644 --- a/net/unix/af_unix.c +++ b/net/unix/af_unix.c @@ -8,8 +8,6 @@ * as published by the Free Software Foundation; either version * 2 of the License, or (at your option) any later version. * - * Version: $Id: af_unix.c,v 1.133 2002/02/08 03:57:19 davem Exp $ - * * Fixes: * Linus Torvalds : Assorted bug cures. * Niibe Yutaka : async I/O support. |